datocms / plugins

Repository providing samples using the Plugins SDK
MIT License
33 stars 47 forks source link

Fix(conditional-fields): normalise initial value before toggle #20

Closed jbmoelker closed 4 years ago

jbmoelker commented 4 years ago

While the field change listener normalises the plugin field value, the initial value was not normalised before calling toggleFields. This change normalised the value in both situations.