amaury-hanser

Results 8 comments of amaury-hanser

Any chance to see this feature ?

I believe it works as expected. Mainly, it adds a `type="tel"` to the html tag. You probably want to add a validation pattern to disable letters.

Helo, Same here, adding a default value won't work. Amaury

I might try to tackle it myself, but I would like some insight. - Is it something that you would like to see integrated ? - How would you tackle...

> IDEA - YML configuration options for every theme - Something like wordpress theme customizer. Every merchant could then easily customize the theme colors etc. It would contain a a...

I've asked about `tag-template`, but being able to use `tag-prefix` would also work just fine.

Same issue here. ``` setStoredSelectionValue((prevValue) => ({ ...prevValue, expirationDate: (new Date().getTime() + HOUR_TO_MILLISECONDS).toString(), })); ``` It returns: ``` { "expirationDate": "1728384977438", } ``` Even if I had set other properties.

Same issue here: - `"@react-pdf/renderer": "4.1.5",` - `node: v22.11.0`