Confidenceman02

Results 5 comments of Confidenceman02

Yep seeing this also. Everything still seems to run fine if I ignore it however.

You can get around this by importing the script inside of a setup module. // jest.config.js ```javascript module.exports = { setupFilesAfterEnv: ["./jest.setup.js"], // other jest config } ``` // jest.setup.js...

@rtfeldman Any reason this was not merged? Would be a nice one to have IMO.

Theres no reason why the selection for a SIngle select searchable variant couldn't be editable, it does change the behaviour a lot from what is currently there so maybe it's...

I did improve this a bit in this [diff](https://github.com/Confidenceman02/elm-select/compare/5.4.0...6.0.0#diff-fa658524be1cb0d5e3d2844cc389c2e35d9651b0e5fcf52784469fdaea7ece69R2582-R2599). Essentially I was forced to to make the menu variants work. You might need to open the `Select.elm` part of that...