You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix/direct-selectra-init-timing
* fix/direct-selectra-init-timing
- fix(alpine): reliably auto-wrap <select x-selectra> before Alpine DOM
walk.
* bump version 1.0.10 -> 1.0.11
* fix(selectra): prefer native select over hidden input when detecting source element
* - All Selectra initialization now uses <select> tags exclusively — no more <div x-data="selectra({...})" x-selectra> wrappers. When JS is disabled, native <select> elements display as normal form controls.
- Bump version to 1.1.0.
- update readme
Changes for Release V1.0.1
- optimize html template rendering
- bug fixes on single select, selection of tokens on 2nd attempt onwards were failing
- automate version upgrade, to upgrade a version all we need is update it in package.json