Skip to content
New issue

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

Improve atom.select documentation #7

Open
Kikobeats opened this issue Sep 20, 2014 · 1 comment
Open

Improve atom.select documentation #7

Kikobeats opened this issue Sep 20, 2014 · 1 comment

Comments

@Kikobeats
Copy link
Contributor

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.

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.

@Kikobeats
Copy link
Contributor Author

useful for fix the select style:
https://github.com/filamentgroup/select-css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant