odoo / owl

OWL: A web framework for structured, dynamic and maintainable applications
https://odoo.github.io/owl/
Other
1.11k stars 334 forks source link

[FIX] t-model expression allow '$' in dot format #1551

Open LukeLonas opened 9 months ago

LukeLonas commented 9 months ago

Fixes #1322


Javascript supports $ and _ in variable names, but the regex for t-model was only allowing _. This simply adds $ to the allowed characters.