-
Notifications
You must be signed in to change notification settings - Fork 101
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
f:selectItem on selectOneMenu ignores passthrough attributes #667
Comments
I'm starting to understand why this feature does not work. Looks like a messy fix. Currently I'm searching for an elegant (which is to say: sustainable and maintainable) solution. |
…tems. The attributes are still not rendered for radiobuttons (because the surrounding b:radioButton might also have pass-through attributes).
I've fixed the bug and uploaded a new developer snapshot of BootsFaces-1.1.0 to Maven Central. See #369 on how to get it. |
@stephanrauh That's great! I'll test it ASAP. Any stimated date on when 1.1.0 will be available? |
I hope it'll be an Easter egg. But currently, our team is so busy that I can't say for sure. In any case, you can speed up the process by helping us to test the version. Interested? If you are, drop me an email at "webmaster1 at beyondjava dot de". |
Oops - there was a typo in my e-mail address, so just in case you're reading the e-mail notification, it's "webmaster1". |
Thanks for the info! I've sent you an email to the corrected email address. Have you thought about releasing some kind of beta version? People may accept to use "unstable" versions, but relying on snapshots is more tricky as the artifact may change on each download |
Passthrough elements on an
f:selectItem
element inside ab:selectOneMenu
are ignored. This is a more feature request to enhance passthrough support than a bug report.The following snippet shows the usecase.
Checking the generated HTML you can check the
h:
component includes the specified passthrough attributes, while the BootsFaces one completely ignores them.The text was updated successfully, but these errors were encountered: