Create autofill within textbox based on custom template

I am creating a todo list app with streamlit and have the following question.

I would like to create a todo template with already filled fields stored in the db.

and i am storing them under a variable.

When a user choose to fill a form, they can select a template from the selectbox which autofills the values from the template. is this possible with streamlit where info populates into active text area?

Can someone help? Thanks.

Hello,
Please do check out
New Component: Streamlit-tags a new way to do add tags and enter keywords