Jan Suwart

Results 10 comments of Jan Suwart

@Shehroze-Nvision I guess your question has nothing to do with the issue in the title, right? What you asking is to be able to set a startTime that is not...

Thats interesting, indeed. But I see another difference between the configurations in the screenshots. In screenshot 1 the `leadingZero` is true, in screenshot 2 it is false, am I right?...

Please send me the picker configuration in screenshot 1 and I will have a look ;-)

Yes, so your configuration has an error. `startTime` and `endTime` must be of type `integer`(instead of e a string). Then it should work.

Try passing `8` instead of `08`.

Thank you! Good luck with your project :-)

As i understand you correct, your SVGs contain styles (fill and stroke attributes). If so, you will not be able to override them with CSS. In order to override them,...

I will think about your proposal and mark this issue as **enhancement** in the meantime. I am happy that you found a solution though ;-)

Yes, this should be easily possible. Apply some hidden styles on the input via CSS, i.e. `visibility: hidden` and the open the picker programmatically via the [API function](https://jannicz.github.io/appointment-picker/example/exposed-functions.html): `picker.open()` You...

@KarlKl sorry for the late response, your request somehow slipped through. I can add both the fallback and the new syntax like so: ``