Hello friends
Is it possible to create date picker for “date_input” widget(for example persian/jalali calendar) using component???
Do you think is there any example???
Hi @Mohammadseif, welcome back!
Yes, it would be a great example of a Streamlit Component. That would be an example of a bi-directional Streamlit Component, where you use a pre-existing JavaScript library to pass information back to Python.
Unfortunately, I’m not a JS developer nor familiar with the Persian calendar, but it’s definitely possible to implement.
Best,
Randy