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

Cannnot select default option in select input #132

Open
cyrus07424 opened this issue Jul 22, 2020 · 1 comment
Open

Cannnot select default option in select input #132

cyrus07424 opened this issue Jul 22, 2020 · 1 comment

Comments

@cyrus07424
Copy link

In @b4.select, '_default options always appear as disabled="disabled". So I cannot select default option.
I want to select empty value as default.
https://github.com/adrianhurt/play-bootstrap/blob/develop/play26-bootstrap4/module/app/views/b4/selectWithContent.scala.html

In "With default and Pears as value" of this example, It looks selectable default value.
https://adrianhurt.github.io/play-bootstrap/1.6-P28-B4/docs/#helper-select

But, when i run this sample, I also couldn't select default value.
https://github.com/adrianhurt/play-bootstrap/tree/develop/play26-bootstrap4/sample

is it specification? or problem?

@cyrus07424
Copy link
Author

I think '_default argument should not be disabled. I prefer "disabled" attribute is optional.
#82

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