Alex A
Results
2
comments of
Alex A
There is a workaround, [used in the example page](https://reactdatepicker.com/#example-year-select-dropdown) using `dropdownMode="select"`
@nicholascloud I used the code from @John-Williams on a webpack setup and it all worked fine ``` import rangy from 'rangy' import 'rangy/lib/rangy-classapplier' import 'rangy/lib/rangy-highlighter' function highlightSelection (userSelection) { rangy.init()...