-
- Downloads
[IMP] web: improve renderCheckbox to be re-usable in front end
Before this commit, the label was into a display block that add a return line between the cehckbox and the label. It was not visible in backend, because label by defaut is displayed without renderCheckbox. (no options.text provided) Now renderCheckbox render correctly with the same code in frontend and backend
Showing
- addons/web/static/src/js/core/dom.js 5 additions, 5 deletionsaddons/web/static/src/js/core/dom.js
- addons/web/static/src/less/webclient_extra.less 11 additions, 2 deletionsaddons/web/static/src/less/webclient_extra.less
- addons/web/static/tests/views/form_tests.js 4 additions, 4 deletionsaddons/web/static/tests/views/form_tests.js
Loading
Please register or sign in to comment