Skip to content

Releases: sa-si-dev/virtual-select

v1.0.26

20 Feb 14:49
Compare
Choose a tag to compare
  • Bug fixes
  • New properties (more details)
    • customData
    • useGroupValue

v1.0.25

13 Feb 08:34
Compare
Choose a tag to compare
  • Docs updated
  • Implemented accessibility feature (more details)
  • New properties (more details)
    • emptyValue
    • popupPosition
    • ariaLabelledby

v1.0.24

09 Jan 10:52
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated
  • New properties
    • required
    • disableValidation
  • New methods
    • validate()
    • toggleRequired()

v1.0.23

02 Jan 06:59
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated

v1.0.22

26 Dec 07:47
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated
  • New properties (more details)
    • disabled
    • autofocus
  • New feature
    • Initialize plugin from native select element (more details)

v1.0.21

18 Dec 07:24
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated
  • New method
    • enable()
    • disable()

v1.0.20

05 Dec 09:24
Compare
Choose a tag to compare

Bug fixes

v1.0.19

13 Nov 09:37
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated
  • New properties (more details)
    • enableSecureText
    • setValueAsArray
  • New method
    • focus()

v1.0.18

16 Oct 14:23
Compare
Choose a tag to compare
  • Bug fixes
  • New feature
    • We can use Shift + Click to select the options between the current option and the previously selected option

v1.0.17

11 Oct 15:06
Compare
Choose a tag to compare
  • Bug fixes
  • Docs updated
  • New properties (more details)
  • Method change
    • New argument keepValue in setDisabledOptions(disabledOptions, keepValue)