Skip to content
Snippets Groups Projects
Commit 6c0a1a82 authored by rhenck's avatar rhenck
Browse files

[editor] Allow settings values to null

This is necessary to reset elements like radio button group. We use null 
for that instead of undefined.

The check was in place before to make sure input fields only accept 
valid values (no text in a number field for example). Angular thinks a 
null value is valid so we have to do this extra check. This is now done 
directly in the template before calling the updateModel method.
parent ad30d880
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment