-
Notifications
You must be signed in to change notification settings - Fork 58
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
Missing CSS class feedbackBorderERROR for FormComponentFeedbackBorder component #344
Comments
The idea in the change in Wicket 9.x is to use this CSS class as a "placeholder". But maybe libraries like Wicket jQuery UI and Wicket Bootstrap should/could provide it as well, since they provide UI styling already. |
Right, FormComponentFeedbackBorder is not part of Wicket jQuery UI, as such
it doesn't provide the styling class. Maybe you can use the dedicated
FeedbackPanel intead
As for providing the styling infos for this component, both jQuery UI and
Kendo UI provides their own styling classes, with a different name
obviously. Maybe I can try to import these styling into feedbackBorderXxx,
but no guarantee... I will try this asap...
|
Thanks for the answers. |
Some people prefer red border for the input, others red hint text or red asterisk next to the input field, other people prefer a floating red-ish box in to appear at the top of the window, ... |
CSS class "feedbackBorderERROR" is missing for FormComponentFeedbackBorder component in Wicket 9.x version.
Wicket 8 uses just inline-style "style="color:red;", however wicket 9 uses CSS class "feedbackBorderERROR" that cannot be found.
The text was updated successfully, but these errors were encountered: