chlenix


chlenix

  • ```javascript

    published version 1.0.4, 3 years ago
  • ```js const initialValue = null; const control = new FormControl(initialValue); ``` #### usage in html ```html <input type="text" v-model="control.value" /> ```

    published version 1.0.148, 2 years ago