Simple React single/multi-select Dropdown/Autocomplete
 
 
Přejít na soubor
Vitaliy Filippov d2a49c71de Do not stick picker to the right edge if it is too wide 2021-11-26 02:48:14 +03:00
dist Initial commit 2019-08-27 12:22:43 +03:00
.babelrc Initial commit 2019-08-27 12:22:43 +03:00
.eslintrc.js Initial commit 2019-08-27 12:22:43 +03:00
Picker.js Do not stick picker to the right edge if it is too wide 2021-11-26 02:48:14 +03:00
PickerMenu.js Fix Picker re-positioning on popup contents change, fix non-critical exception when handling a bogus click in a closed popup 2021-10-07 00:23:51 +03:00
Selectbox.js Calculate position correctly when minWidth is set 2021-10-07 00:05:55 +03:00
autocomplete.css Allow to use Portal for rendering Picker, rework animation 2021-09-16 01:14:56 +03:00
button.css Extract drop-down menu code into a separate class 2020-04-27 15:59:26 +03:00
main.js Use Math.ceil instead of round 2020-04-27 22:04:59 +03:00
package.json Use external source map 2019-08-31 02:38:54 +03:00
postcss.config.js Initial commit 2019-08-27 12:22:43 +03:00
webpack.config.js Use external source map 2019-08-31 02:38:54 +03:00