mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(editor): migrate FormInput to Composition API (#4406)
♻️ Refactor N8nFormInput to use composition API and make labels accesible
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
:autoComplete="autocomplete"
|
||||
ref="innerInput"
|
||||
v-on="$listeners"
|
||||
:name="name"
|
||||
>
|
||||
<template #prepend>
|
||||
<slot name="prepend" />
|
||||
@@ -66,6 +67,9 @@ export default Vue.extend({
|
||||
title: {
|
||||
type: String,
|
||||
},
|
||||
name: {
|
||||
type: String,
|
||||
},
|
||||
autocomplete: {
|
||||
type: String,
|
||||
default: 'off',
|
||||
|
||||
Reference in New Issue
Block a user