We have a form that user needs to input manually(at least for now).
Currently, we have an input field for users to type. As we are planning to implement gen AI feature in our product, we want to use it to fill out the form for user.
Yet, we would like to give user a choice of typing by themselves, which means we need to have two different workflows in one input field.
Possible options that I was considering;
- Disable input field and display two buttons for each workflows as the top layer
- Add toggle button next to the title of the input field, to change the workflow I am not sure if any of them are a good approach.
Is there any better user-friendly design?