-
- Downloads
[FIX] website: show invalid checkboxes, radio buttons and file upload
Before this commit, when submitting a website form which has invalid radio buttons, checkboxes or file upload elements, they had no visual difference. Now they will have red labels as intended with bootstrap. For alone checkboxes, a warning label will appear after the checkboxes. This will only take effects for newly added checkboxes. Related to opw-3003952 Part-of: odoo/odoo#105870
Showing
- addons/website/static/src/snippets/s_website_form/000.js 5 additions, 2 deletionsaddons/website/static/src/snippets/s_website_form/000.js
- addons/website/static/src/snippets/s_website_form/001.scss 5 additions, 0 deletionsaddons/website/static/src/snippets/s_website_form/001.scss
- addons/website/static/src/xml/website_form_editor.xml 1 addition, 0 deletionsaddons/website/static/src/xml/website_form_editor.xml
Please register or sign in to comment