Skip to content

Tags: patrickkunka/easydropdown

Tags

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release Candidate 4.2.0 (#98)

* feature/validate-instance (#94)

* validate instance

added validate() public method which higlights the ui and returns a boolean whether the instance was valid

* validate instance

ammend to last commit. somehow line was missing

* validate-instance fix for callback functions

calling instance.validate() now works in callbacks. precised the condition when to remove the validation error. Updated callback demo

* Pull request feedback integrated

* Reverted 15-callbacks demo as the programmatic invalidate feature will get its own demo file.

* add programmatic validation demo

* update demos list

* prevent native ui on iOS if disabled

* onoptionclick callback

* changelog

* generate bundle

Co-authored-by: Alex Milde <[email protected]>

v4.1.1

Toggle v4.1.1's commit message
openOnFocus fixes

4.1.0

Toggle 4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
minor release (#86)

v4.0.5

Toggle v4.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #83 from patrickkunka/develop

fix/firefox-scroll-jump-on-focus

v4.0.4

Toggle v4.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #81 from patrickkunka/develop

fix/firefox-styling

4.0.3

Toggle 4.0.3's commit message
bump version

4.0.2

Toggle 4.0.2's commit message
native class name fix

4.0.1

Toggle 4.0.1's commit message
bump version

4.0.0

Toggle 4.0.0's commit message
improve callback api interface

v2.1.4

Toggle v2.1.4's commit message
Merge branch 'master' into gh-pages