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
Using this inside of a <b:panelGrid />, the component is not rendered as expected (does not fill out the full space of the given width by the panelGrid).
The problem is that the second div (of class bootstrap-tagsinput) does not have the expected width value of 100%.
Workaround:
add an id valuelistinput to the <b:inputText /> component and set the width by jquery (which is shipped with bootsfaces):
Bootsfaces Version 1.2.0
Using the
tags
attribute in an<b:inputText />
component, I got code like this:Using this inside of a
<b:panelGrid />
, the component is not rendered as expected (does not fill out the full space of the given width by the panelGrid).The problem is that the second div (of class
bootstrap-tagsinput
) does not have the expectedwidth
value of100%
.Workaround:
add an id
valuelistinput
to the<b:inputText />
component and set the width by jquery (which is shipped with bootsfaces):Nevertheless, this is a bug in combination with the
panelGrid
component (I suppose a conflict of the css classes), so I post this here.The text was updated successfully, but these errors were encountered: