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

Replace NcInputField, NcRichContenteditable focus/select methods #9960

Closed
Antreesy opened this issue Jul 12, 2023 · 0 comments · Fixed by #10158
Closed

Replace NcInputField, NcRichContenteditable focus/select methods #9960

Antreesy opened this issue Jul 12, 2023 · 0 comments · Fixed by #10158

Comments

@Antreesy
Copy link
Contributor

follow-up from #9958 and nextcloud-libraries/nextcloud-vue#4278

replace all this.$refs.textField.$refs.inputField.$refs.input.focus() with this.$refs.textField.focus() for the components:

  • NcInputField
  • NcPasswordField
  • NcTextField
  • NcRichContenteditable
@Antreesy Antreesy added this to the 💜 Next Major (28) milestone Jul 12, 2023
@Antreesy Antreesy changed the title Replace NcInputField, NcRichContenteditable Replace NcInputField, NcRichContenteditable focus/select methods Jul 12, 2023
@Antreesy Antreesy self-assigned this Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant