You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. According to Antd docs you can use defaultValue attribute not value. Maybe Input component handle changing state automatically (I don't see value attribute in docs).
defaultValue | The initial input content | string |
...
value | The input content value | string
...
When Input is used in a Form.Item context, if the Form.Item has the id and options props defined then value, defaultValue, and id props of Input are automatically set.
It works fine with html [:input], but for ant/input check this:
The text was updated successfully, but these errors were encountered: