Subhamay Dutta

Results 11 comments of Subhamay Dutta

@jakezatecky Hi, Thanks for the awesome component!! 😄 Although model 2 would be perfect, but is there at least any update regarding model 3?

This seems to be due to this line in `index.html`: ```html ```

Agreed. Something like, only parsing the line that is currently being edited.

Sounds good to me.. @TheGlorySaint thoughts on this?

@Implaser99 You can try something like this: https://flutlab.io/editor/e9913d9c-2352-4c80-b957-39a786b87999 The only problem here is that you'll have to check if start time and end time is same or not. You'll have...

@pjm4 Yeah, that was the case for me as well. This is what I did as a workaround: ```js const [shouldScrollToRow, setShouldScrollToRow] = useState(false); useEffect(() => { if (shouldScrollToRow) {...

Right now, the limitation that I found was that we are using `TimeOfDay` as the value, which doesn't have a `second` property. The alternative is to use `DateTime` as the...

I have updated the picker to include `seconds` as well. It's available in the latest release.

Something like a time range picker?