Skip to content
Snippets Groups Projects
Verified Commit 8a06e008 authored by Marc Hanisch's avatar Marc Hanisch
Browse files

triggers the focus method on the DevicePropertyForm component

parent b8e9f118
No related branches found
No related tags found
2 merge requests!90Draft: restructure frontend properties 2,!82Restructure frontend
......@@ -154,8 +154,7 @@ export default class DeviceCustomFieldsShowPage extends Vue {
}
mounted () {
// @TODO: disabled, as this.$refs is empty for the first nuxt-child - why?
// (this.$refs.propertyForm as Vue & { focus: () => void}).focus()
(this.$refs.propertyForm as Vue & { focus: () => void}).focus()
}
get deviceId (): string {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment