You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue requires some investigation. Inputtext, inputTextareas, checkboxes, comboboxes, multi-comboboxes and datepickers all use similar code to generate facets, and each of them adds the input-group-addon class. However, I don't understand why the result HTML code is different from a button facet.
I've uploaded a developer snapshot to Maven Central. Note that this snapshot contains another bug fix which I haven't completed yet, so bear with me if you run into errors with b:commandButton or AJAX calls. See #151 on how to get the snapshot.
Hey guys,
first of all: Thank you for this great framework. I really like it.
When I try to add an
<b:iconAwsome
in a<f:facet name="prepend">
for a<b:selectOneMenu>
, it'll be rendered over the selectbox.Simple Example Code:
If I just insert a
<h:inputText>
all is fine.My corrent workaround is to add a
<span>
with the needed class into the prepend:I've tested it from Version 0.7.0 up to 0.9.0-SNAPSHOT
Can you change the rendering, so that it automatically adds the
<span>
?PS: Sorry for my English. It's a bit rusty. ^^
The text was updated successfully, but these errors were encountered: