Selectr multi select opening issue
Opened this issue · 0 comments
reinisg commented
Hello,
There is a small issue, if the container is into large content and is focused by TAB. I can open it only with pressing SPACE button, if I try to open with ENTER, it reloads the page. Is there any solution to not wrap select into form, to avoid page reload? (If remove form tag and press ENTER, there is an error in the console - 'TypeError: a.el.form is null')
Second, if I press SPACE to open select (and I have large content), the select scrolls up to display top and then opens select.
Here is an example link: https://codepen.io/reinis/pen/BMJqOX
Regards, Reinis