ng2-semantic-ui
ng2-semantic-ui copied to clipboard
sui-multi-select: cursor jumps to end when typing in Safari
Please read https://github.com/edcarroll/ng2-semantic-ui/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.
Bug description:
When typing in the search input in sui-multi-select
, the cursor always jumps to the end in Safari (tested with Version 11.1.1).
Link to minimally-working plunker that reproduces the issue:
- Open official select example in Safari
- Enable "Searchable?"
- Type arbitrary string
- Move cursor to the middle of the string
- Type anything and notice that the cursor jumps to the end
Version of Angular, ng2-semantic-ui, and Semantic UI:
Angular: 5.2.10 (and also the version used in the official examples) ng2-semantic-ui: 0.9.7 Semantic UI: 2.3.1 (and also the version used in the official examples)