shadcn-ui/ui

[feat]: Input Time - Input Week - Input Month

Opened this issue · 0 comments

Feature description

Since we already implemented many input field type including the date picker, there are also some limitations on essential components or styles that needed to be implemented on the other input type as well like (week, month, and time).

Affected component/components

Input

Additional Context

I would recommend getting to know more detail and flows from other ui libary like MUI or other discrete library that supports the above suggestions which may or may not support tailwindcss.

Or we can start to edit the browser default style from scratch ourself.
Existing Feature Request: #255
Existing Implementation Expansion: Shadcn-expansion

Before submitting

  • I've made research efforts and searched the documentation
  • I've searched for existing issues and PRs