Aitor Chicharro
Aitor Chicharro
I've seen that the repo has some changes and no new release is pushed
I use airbnb eslint, and it use the following rule: http://eslint.org/docs/rules/comma-dangle I am writing code with trailing commas but l10ns can't parse it... ``` return l( 'my->super->string', { playerName: 'playername'...
See issue https://github.com/react-component/select/issues/473
Hello :) I saw on the code, that the OptionList renders a "listbox" role for accessibility, and that function calls renderItem https://github.com/react-component/select/blob/bdbcdf6b10a93b5a7e2568df81b5f44a53c52438/src/OptionList.tsx#L230-L238 but, the value always is the prop "value",...