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

Feature Request: allow change of type of input #6

Closed
alandoyle95 opened this issue Sep 14, 2017 · 8 comments
Closed

Feature Request: allow change of type of input #6

alandoyle95 opened this issue Sep 14, 2017 · 8 comments

Comments

@alandoyle95
Copy link
Contributor

is it possible to get the input from a text into a select option?

@p-sam
Copy link
Owner

p-sam commented Sep 14, 2017 via email

@alandoyle95
Copy link
Contributor Author

already started to work on one haha :)

@alandoyle95
Copy link
Contributor Author

well. I have it all working, but I wanted to check to see if I could get Multiple selects to work as well. but it seems that only the first value is passed back.. so I have to figure out that one before multiple selects would be supported.

@p-sam
Copy link
Owner

p-sam commented Sep 14, 2017

Select type support has been pushed to develop.

While technically working, I chose to drop support for multiple select, because of style issues from the select having its height overflowing, and mainly because checkboxes appear to be commonly regarded as a better solution to selecting multiple items.

@alandoyle95
Copy link
Contributor Author

alandoyle95 commented Sep 14, 2017 via email

@alandoyle95
Copy link
Contributor Author

alandoyle95 commented Sep 15, 2017

the select.html is missing, and the code to switch to that if options.type == 'select' in the development branch. you planning on combining it into one HTML file ?

tried to install dev branch with npm so i could continue with my project and its not working haha, so just wondering :P

@p-sam
Copy link
Owner

p-sam commented Sep 15, 2017 via email

@p-sam
Copy link
Owner

p-sam commented Sep 16, 2017

Added in 0.4.0.

@p-sam p-sam closed this as completed Sep 16, 2017
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

2 participants