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
Currently the x-select component supports a limited amount of the available attributes on a normal HTML select. The attributes that are currently not present on the component are as follows:
Some of these attributes will probably not be applicable to most Ember applications (mostly form and name), but they should probably be added as well to support some edge cases. Other attributes like required and autofocus are obviously pretty useful.
I can whip up a pull request to add these attributes, but I wanted to do a quick check if anyone has issues with adding these attributes.
The text was updated successfully, but these errors were encountered:
Currently the
x-select
component supports a limited amount of the available attributes on a normal HTML select. The attributes that are currently not present on the component are as follows:For a complete overview of the available attributes and their functionality see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attributes
Some of these attributes will probably not be applicable to most Ember applications (mostly
form
andname
), but they should probably be added as well to support some edge cases. Other attributes likerequired
andautofocus
are obviously pretty useful.I can whip up a pull request to add these attributes, but I wanted to do a quick check if anyone has issues with adding these attributes.
The text was updated successfully, but these errors were encountered: