We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At this moment the documentation is like:
name : String [REQUIRED] options : String [OPTIONAL] id : String [OPTIONAL] value : String [OPTIONAL] required : Boolean [OPTIONAL] disabled : Boolean [OPTIONAL] style : String tiny|small|big [OPTIONAL]
but actually is wrong! options need to be an array of String that is the options of the select.
options
Or maybe can be more useful do this more easy for the user, like pass strings of options separate by commas.
(https://github.com/tapquo/atoms-app/blob/master/atom/select.coffee#L33)[I saw the code but I don't udnerstand this line]. It is possible to pass and label too?
the style of the atom select is broken too.
select
The text was updated successfully, but these errors were encountered:
useful for fix the select style: https://github.com/filamentgroup/select-css
Sorry, something went wrong.
No branches or pull requests
At this moment the documentation is like:
but actually is wrong!
options
need to be an array of String that is the options of the select.Or maybe can be more useful do this more easy for the user, like pass strings of options separate by commas.
(https://github.com/tapquo/atoms-app/blob/master/atom/select.coffee#L33)[I saw the code but I don't udnerstand this line]. It is possible to pass and label too?
the style of the atom
select
is broken too.The text was updated successfully, but these errors were encountered: