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

add 'focus' 'blur' 'select' method for all input controls #2202

Closed
coader opened this issue Jan 17, 2022 · 1 comment
Closed

add 'focus' 'blur' 'select' method for all input controls #2202

coader opened this issue Jan 17, 2022 · 1 comment
Labels
feature request New feature or request priority: low

Comments

@coader
Copy link

coader commented Jan 17, 2022

This function solves the problem (这个功能解决的问题)

add 'focus' 'blur' 'select' method for: NSelect NDatePicker NCheckbox...
now only input and inputnumber have those methods

Expected API (期望的 API)

<NSelect ref="ele" ....

const ele=ref(null)
...
ele.focus()

@github-actions github-actions bot added the feature request New feature or request label Jan 17, 2022
@coader coader changed the title add 'focus' 'blur' method for all input controls? add 'focus' 'blur' method for all input controls Jan 17, 2022
@coader coader changed the title add 'focus' 'blur' method for all input controls add 'focus' 'blur' 'select' method for all input controls Jan 18, 2022
@07akioni
Copy link
Collaborator

No select method will be provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request priority: low
Projects
None yet
Development

No branches or pull requests

3 participants