-
Notifications
You must be signed in to change notification settings - Fork 102
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
datepicker / dateTimePicker label missing from taglib #474
Comments
It's interesting that two components that are so different suffer from the same bug. We've decided to deprecate the Currently, the I've added support for the label to |
Actually, it's used by validation messages (that's why I thought it was missing from taglib).
Yep. Another thing. I've noticed the |
Keyboard input should be allowed. Let's see what we can do about it. |
I forgot to add keyboard input doesn't work only if the component is inside a |
I've tried to investigate the z-index. As far as I can see, the z-index of prime:dialog is in the 1002 range. The z-index of the dateTimePicker is set to 2 in the core.css (i.e. a Bootstrap file). I take it raising the z-index to - say- 2000 should do the trick? We did this for b:datePicker (see https://github.com/TheCoder4eu/BootsFaces-OSP/blob/master/gradleResources/staticResources/css/bsf.css, lines 35ff). |
I guess this can be closed @stephanrauh @TheCoder4eu |
I think so, too. |
The "label" attribute is missing from the taglib for these components, so the IDE complains:
Also, these components does not automatically generate the
<label>
element before. Is this a wanted behavior?The text was updated successfully, but these errors were encountered: