Nikita Barsukov

Results 51 comments of Nikita Barsukov

> Is @KrollikRoddzer working on this? I was debugging this rn so not sure if I continue or wait it @wladpaiva Actually, we just planned for him to do it....

@kmisha Unfortunately, it is not yet supported( Try to enter any complete date string here: https://maskito.dev/kit/date/API?separator=--

> Oh, I see. May I try to fix it? Of course!

@ColinFrick Unfortunately, this feature is still part of our backlog ((

> Hey guys, > > Is there some way to display default value with mask applied when using react-hook-form? > > I'm trying to use Maskito with currency mask and...

> how to use with react-native? This issue is not solved yet

@mduft Hello! Your feature request includes two independent features. The first one (cursor selection of the whole time group) is rather specific and and its robust implementation can be too...

@KrollikRoddzer 1. Add `step` / `timeStep` parameters for `Time` / `DateTime`. Default value is `0` (feature is disabled). 2. Create internal `createTimeSegmentSteppingPlugin(step: number)` (listen to `keydown`) 3. If `step` /...

Thank for your for research ❤️ It is rather complex issue and it requires in-depth research. At the first glance, we can use `element.scrollTo(element.scrollWidth, 0)`. ```ts element.addEventListener('input', () => {...