Gabriel Fernandes
Gabriel Fernandes
Is this fixed already?
@h600878 thank you so much for your snippet!
BTW, when using templated strings such as: ```json { "welcome_message": "Welcome, {{name}}!" } ``` It helps to use: ```js String.prototype.format = function () { var i = 0, args =...
@jaywcjlove would it be against the library standard to support nullish values for the several packages? e,g,; `Saturation`, `HueSlider`, `EditableInputs`, `Swatches`, et cetera.
> @Nosferatu31 like this? > > ```diff > + hsva={null} > /> > ``` Exactly
Thank you for the new `` upgrade. Is it planned to do the same for other components? (e,g,; `HueSlider`, `EditableInputs`, `Swatches`, et cetera.)
@aboveyunhai could you review this please?
This allows to support things such as: ```javascript ``` which overrides `dateFormat`, `dayNames` and `monthNames`: 