Gabriel Fernandes

Results 8 comments of Gabriel Fernandes

@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`: ![image](https://github.com/aboveyunhai/chakra-dayzed-datepicker/assets/9095366/cca160ca-7774-48e7-b8af-c9570dc0af2c)