Autofocus on input element when a new column is supposed to be added #1830
Labels
ready
Ready for implementation
type: enhancement
New feature or request
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Problem
When user wants to add columns user clicks + I think input getting focused will be a nice improvement .
Proposed solution
I solved this issue by changing
export let focusOnMount = false;
toexport let focusOnMount = true;
in baseinput.svelte file but there is a possibility that this has side effects .The text was updated successfully, but these errors were encountered: