SNCFdevelopers/wcs

Make sure form components are useable with [(ngModel)]

Opened this issue · 0 comments

According to this article, web components can make use of ngModel without further ado if configured correctly.

We should either make it work by default with ngModel or document and provide a way to do it.

  • Input - Done by using directly native element
  • TextArea - Use the native element as the input
  • Select
  • Checkbox
  • Switch