Jonathan Trujillo

Results 6 comments of Jonathan Trujillo

It's quite similar. The one I implemented is looking like this: In my case, I implemented the options as checkboxes as I felt this was the closest native behaviour: ```jsx...

@phllipo: what is the use case to have `variant` and `selected` separately in `ButtonGroupItem`?

@lloydaf: Did you ever face this problem again? I feel like it's the same one I have at the moment. For example: ``` ERROR in ./node_modules/@freenow/wave/lib/esm/components/PhoneInput/components/Option.js 2:0-42 Module not found:...

I was not able to reproduce in code sandbox, but here's a repo demonstrating the issue: https://github.com/jonotrujillo/wave-react-select-bug Run: ``` npm install npm run build ``` The following output is shown:...

@lloydaf: Because `react-select` is still used in several places, I think it should be a `dependency` of the project, instead of `peerDependency`

In the sync we agreed that the solution should be that we replace all usage of react-select to react-windowed-select