Closed duncanmcclean closed 1 year ago
Instead of using formattedValue (which causes issues when you need to change the value in the parent component), we're using the value we get given.
formattedValue
value
We're simply ensuring when the fieldtype is loaded, we do some initial formatting in case it's not formatted properly.
Hopefully fixes #791.
Released as part of v4.5.1.
Instead of using
formattedValue
(which causes issues when you need to change the value in the parent component), we're using thevalue
we get given.We're simply ensuring when the fieldtype is loaded, we do some initial formatting in case it's not formatted properly.
Hopefully fixes #791.