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
Integrate Dropdown only via /dist/components/dropdown.min.js; /dist/components/dropdown.min.css
Initialize on existing, traditional HTML select (with options etc) with an existing tabindex attribute, using ui search selection class 'triggers' and $('element').dropdown()
Expected
Dropdown created with tabindex value copied from existing select element's tabindex value.
Steps to Reproduce
/dist/components/dropdown.min.js
;/dist/components/dropdown.min.css
select
(withoptions
etc) with an existingtabindex
attribute, usingui search selection
class 'triggers' and$('element').dropdown()
Expected
Dropdown created with
tabindex
value copied from existingselect
element'stabindex
value.Result
Dropdown created with
tabindex="0"
Relevant line appears to be:
Semantic-UI/src/definitions/modules/dropdown.js
Line 2266 in daa2438
The text was updated successfully, but these errors were encountered: