Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autofocus on input element when a new column is supposed to be added #1830

Open
chidam333 opened this issue Oct 16, 2022 · 2 comments
Open
Labels
ready Ready for implementation type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory
Milestone

Comments

@chidam333
Copy link

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; to export let focusOnMount = true; in baseinput.svelte file but there is a possibility that this has side effects .

@seancolsen seancolsen added work: frontend Related to frontend code in the mathesar_ui directory ready Ready for implementation and removed status: triage labels Oct 17, 2022
@seancolsen
Copy link
Contributor

@chidam333 I agree this would be nice. Feel free to submit a PR for your changes.

@github-actions
Copy link

github-actions bot commented May 5, 2023

This issue has not been updated in 90 days and is being marked as stale.

@github-actions github-actions bot added the stale label May 5, 2023
@seancolsen seancolsen removed the stale label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Ready for implementation type: enhancement New feature or request work: frontend Related to frontend code in the mathesar_ui directory
Projects
No open projects
Development

No branches or pull requests

2 participants