[Feature Request] Need Option to select or type only month and year in Date Components.
gurlivleenkainth2000 opened this issue · 1 comments
gurlivleenkainth2000 commented
Is your feature request related to a problem? Please describe.
Actually, in my project want to ask user only month and year only not date for fetching records from database for particular month of particular year but right now it not possible.
Describe the solution you'd like
Date Components should have all the native type which are related date and time inputs.
Describe alternatives you've considered
For this usecase, i have to use native input field with type month and have to add some tailwindcss to outer element.
CSS on input element
![image](https://private-user-images.githubusercontent.com/68146640/383160633-450d5f4c-4c0a-48eb-92ae-099fd6051543.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzI4NjY1MTAsIm5iZiI6MTczMjg2NjIxMCwicGF0aCI6Ii82ODE0NjY0MC8zODMxNjA2MzMtNDUwZDVmNGMtNGMwYS00OGViLTkyYWUtMDk5ZmQ2MDUxNTQzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTI5VDA3NDMzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhYzMzZDFhYTc1MGNiODEwMjFkZGE3ZDI5YzAwNjgyNGIzMmJmZjAzM2Y0OTg1NjA2ZDEzYmYxNTg1YmZlMTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.IgZA6R1k3bpDRuDaT7hXMDq7GsHMprU3htBgDHyFmUc)
No Classes
![image](https://private-user-images.githubusercontent.com/68146640/383160932-0ecbfe0f-b848-4033-9287-5623d05f972c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzI4NjY1MTAsIm5iZiI6MTczMjg2NjIxMCwicGF0aCI6Ii82ODE0NjY0MC8zODMxNjA5MzItMGVjYmZlMGYtYjg0OC00MDMzLTkyODctNTYyM2QwNWY5NzJjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDExMjklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQxMTI5VDA3NDMzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTU0ZWU2NzI0MjA5NGMwMmE2Njk1ODVjZTQxNGE2MzgxNmI1ODE4NWUxYWI4MjkwNjA5ZWFkMWY1MGU1MjEzODcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.WqArVvsHCJP5GdvW8Ldw9penmoA3mSjcKD8UwnA2Pkc)
Screenshots or Videos
No response