0
I’m having some problems with the property value of a text field:
<div class="container">
  <form class="row">
    <div class="col s4 input-field">
      <input
        id="campo"
        type="text"
        value="exemplo de texto"/>
      <label for="campo">campo</label>
    </div>
    <!-- demais campos -->
  </form>
</div>
When using the property on the component, Angular simply ignores it, and the field is empty, even if numbers or text are used. How can I fix this?
If I understand correctly, without doing Property Binding - [] couldn’t see it working anyway.
– LeAndrade
and it’s not like that?
– Arthur Siqueira