New lint: prevent usage of Input
and Textarea
(the ember default components)
#1932
Labels
Input
and Textarea
(the ember default components)
#1932
these are the last components using two-way binding, and they are awkward, and not well defined in the documentation.
Native
<input>
and<textarea>
work way better (since octane), so the docs can eventually be updated to show how to use those (or use a bindless approach, like here).The text was updated successfully, but these errors were encountered: