Jukka Huuskonen

Results 9 comments of Jukka Huuskonen

Yes, Localized **day/month** format without year is needed. My use case is in chart ticks. I don't want to repeat the year on every tick mark. takes way too much...

> I was struggling with this as well, as I wanted to achieve "May 15th" and couldn't with a date-fns parse function alone. In the end however, it turns out...

I have a use case with users in different timezones looking at reports from devices that also can be on different timezones and I needed the date (comes from those...

> Yeah, I tried this library out and the latest version is just plain broken. See also #674 (which is closed...?) I have no problems using the latest version ([v.2.19.3](https://www.npmjs.com/package/react-color))....

Some notes and an ugly fix for this: 1. It seems that unlike in regular JS this seems to change the value of the input only after launching the onChange/onChangeText-events,...

> @jukkahuuskonen Now try writing in all caps. I think you will be surprised. The error only occurs for uppercase letters when using the `toLowerCase()` function. Not sure if I...

> * If you delete longer (i.e. hold backspace), then very strange things happen because of `setTimeout()`. yup, that can be problem. Didn't notice it myself. Also, if you type...

@viclafouch I had the same problem when I created a simple version of phone number input that would accepts only numbers. You can get the caret-position of the input for...

> Hello everyone ! > > Looking at the solution next week, as I am in vacation rn ! > > Thanks for your collab ! Any news on this?