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
When i click on select, first time show items and next time hide items.
Current Behavior
On Chrome version 73.0.3683.75.
When i click on select sometimes, speed show and immediatly after spped hide, and finally my selec is hide and items hide too.
Possible Solution
I debug thje source code and the line to delete is 4971 on not minified version
$(this).trigger('open', ['focus']);
Expected Behavior
When i click on select, first time show items and next time hide items.
Current Behavior
On Chrome version 73.0.3683.75.
When i click on select sometimes, speed show and immediatly after spped hide, and finally my selec is hide and items hide too.
Possible Solution
I debug thje source code and the line to delete is 4971 on not minified version
$(this).trigger('open', ['focus']);
Steps to Reproduce (for bugs)
Go to the docs : http://archives.materializecss.com/0.100.2/forms.html with Chrome
On Select section and try to the first select.
Context
My application is not UX friendly
Your Environment
The text was updated successfully, but these errors were encountered: