Since it is valuealways displayed with the same value ( shop_profile_data.NAME), nothing can change. By setting the property value, you create a inputControlled Component.
You need to add an event onChangeand then set shop_profile_data.NAMEto a different value. Then the value inputwill change.
input, defaultValue (docs). defaultValue , .
.