๐ Linked issue
โ Type of change
- ๐ Documentation (updates to the documentation or readme)
- ๐ Bug fix (a non-breaking change that fixes an issue)
- ๐ Enhancement (improving an existing functionality)
- โจ New feature (a non-breaking change that adds functionality)
- ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Related to #4629
I've added event.preventDefault on keydown event as that would lead to the page scrolling to the focused element, which seems unwanted and the native input does not do that.
I haven't realized this before, because the playground page had no overflow, but the docs page does.
๐ Checklist
- I have linked an issue or discussion.
- I have updated the documentation accordingly.