mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
9c4c3e3b83
This commit add supports for value types in prop validation. To describe
a value V type, one has to simply write {value: V}.
Note that this commit also improves the validation typing.
closes #1198
closes #910