web-components icon indicating copy to clipboard operation
web-components copied to clipboard

[custom-field] Relocate parseValue/formatValue API

Open tomivirkki opened this issue 7 years ago • 0 comments

The current parseValue/formatValue API's are grouped under i18n object. Yet, the features have nothing to do with internationalization. This was initially done in order to align with the date picker's i18n.parseDate/i18n.formatDate APIs that work somewhat in similar fashion (and do relate to i18n).

Consider moving the APIs to root level and deprecating the current APIs under i18n

tomivirkki avatar Mar 05 '19 07:03 tomivirkki