Aditya DS

Results 10 comments of Aditya DS

I was able to build the flatpak by changing my workflow to this: ```yaml - name: install maker-flatpak dependencies run: | sudo apt-get install flatpak -y sudo apt-get install flatpak-builder...

OMG I was facing the same issue, it took me over an hour to get here. This is definitely not the expected behavior and causes lot of confusion. Has there...

@kotpal I have the same issue. Have you managed to find a workaround?

What is the status of this?

@mvorisek @chmln Can I give this a shot?

Sorry for the delay, I have been a little busy with college lately. Would appreciate feedback on this PR I just raised https://github.com/flatpickr/flatpickr/pull/2870 @mvorisek @chmln

Got it, so you want me to increase the precision to 9 and preferably users should be able to configure it. Will try to push the changes in a few...

are the input elements configured to display a maximum of 4 digits somewhere? `input.value.length` doesnt go beyond 4 at all for some reason @mvorisek

@mvorisek In that case should we leave it to the users to figure out how they want to format the millisecond input via the `formatDate` field? I have pushed the...

@kamarajugadda-pavan-kumar @Anubhav2000 @Abhijeetsng97 has raised a similar issue recently, with steps to reproduce, check this out #1696