Releases: zenorocha/select
Releases · zenorocha/select
v1.1.1
- Prevent scroll jump on iOS
v1.1.0
- Adds ability to select a
<select>
element
v1.0.6
- Prevents non-editable elements to be focused #4
v1.0.5
- Makes sure element is focused after selection #4
- Adds support for text selection on iOS Safari for
<input>
and <textarea>
elements
v1.0.4
- Fixes regression on
v1.0.2
that caused multiple elements to not be selected
v1.0.3
- Fixes regression on
v1.0.2
that caused selected text to not be returned on editable elements
v1.0.2
Adds support for text selection on iOS Safari for <input>
and <textarea>
elements
v1.0.1
Fixes bug where other packages could not import this one