You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Initial draft - WIP
* Refactor SelectList component
* Extract refs reducer to a separate fn
* Port over missing funtionalities
* Bugfixes, add additional tests, CSS cleanup
* More CSS updates
* Small refactor and add more tests
* Extract options into the variable
* Final refactor
* Make value optional, pass missing prop to select-list and fix css
* CSS Updates, clear value from search select on input click etc.
* CSS Fixes
* Remove `scrollIntoView` functionality
* Remove Props export, change method name
* Remove constructor from select-list
* Change return type of optionsRenderer to `React.ReactNode`
* Review #1
* Review: rename `optionsRenderer` -> `renderOptions`
* Review: add classname to ul element, introduce `filterBy`
* Review: update search-input.tsx and use It in select.tsx
* CSS Updates
* small css updates
0 commit comments