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
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
@b4.select
'_default
disabled="disabled"
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?
The text was updated successfully, but these errors were encountered:
I think '_default argument should not be disabled. I prefer "disabled" attribute is optional. #82
Sorry, something went wrong.
No branches or pull requests
In
@b4.select
,'_default
options always appear asdisabled="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?
The text was updated successfully, but these errors were encountered: