- Create any component.
- Edit its name.
Current behaviour:
- setter is being called each character input
Expected baheviour:
- setter is called after pressing Enter or losing focus
Currently it's impossible to validate the value set this way (i.e. when a JSON string is expected, you can't validate it until it's inputted whole).