mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] qweb: add indeterminate to special input properties
Input with type="checkbox" have a special property (indeterminate) to visually display the fact that the input value is non determinate (in my chrome browser, the checkbox is then drawn with a simple - inside). It does not actually modify the value of the input, only the way it is displayed. So, with this commit, owl will properly set the property, as expected. closes #713
This commit is contained in:
@@ -1059,7 +1059,7 @@ exports[`properly support svg add proper namespace to svg 1`] = `
|
||||
}"
|
||||
`;
|
||||
|
||||
exports[`special cases for some boolean html attributes/properties input type= checkbox, with t-att-checked 1`] = `
|
||||
exports[`special cases for some specific html attributes/properties input type= checkbox, with t-att-checked 1`] = `
|
||||
"function anonymous(context, extra
|
||||
) {
|
||||
// Template name: \\"test\\"
|
||||
@@ -1073,7 +1073,7 @@ exports[`special cases for some boolean html attributes/properties input type= c
|
||||
}"
|
||||
`;
|
||||
|
||||
exports[`special cases for some boolean html attributes/properties various boolean html attributes 1`] = `
|
||||
exports[`special cases for some specific html attributes/properties various boolean html attributes 1`] = `
|
||||
"function anonymous(context, extra
|
||||
) {
|
||||
// Template name: \\"test\\"
|
||||
|
||||
Reference in New Issue
Block a user