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
The widget <p:inputNumber ...> will be displayed incorrectly (ignores leading label) on the page if look for inputs is activated as material. Might the issue is due to the fact that the style is not applied to the class ui-inputnumber but I'm not sure:
Issue Overview
The widget
<p:inputNumber ...>
will be displayed incorrectly (ignores leading label) on the page if look for inputs is activated as material. Might the issue is due to the fact that the style is not applied to the classui-inputnumber
but I'm not sure:admin-theme/src/main/resources/less/primefaces-admin/components/material.less
Line 27 in 1a5204b
Current Behaviour
Expected Behaviour
How to reproduce
A sample xhtml code from PrimeFaces showcases:
The text was updated successfully, but these errors were encountered: