You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way Ant Design does it is preferable to me vs the arms-on-a-dial version that other libraries use. It's also similiarish to the <input type="time" /> that Edge/Chrome use, which looks intuitive, albeit but poorly styled.
<Input type="time" /> would probably be more ideal, since this already "works" with Svelte UX but the dropdown picker is where the benefit would be.
The text was updated successfully, but these errors were encountered:
https://ant.design/components/time-picker
The way Ant Design does it is preferable to me vs the arms-on-a-dial version that other libraries use. It's also similiarish to the
<input type="time" />
that Edge/Chrome use, which looks intuitive, albeit but poorly styled.<Input type="time" />
would probably be more ideal, since this already "works" with Svelte UX but the dropdown picker is where the benefit would be.The text was updated successfully, but these errors were encountered: