Skip to content

Commit 5f4aa74

Browse files
authored
[Docs] Remove redundant type text (#4910)
Type can be 'checkbox', 'radio' or 'default', so type 'text' just makes it revert to the 'default'
1 parent ab86480 commit 5f4aa74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/src/pages/api/use-field.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ import { useField } from 'vee-validate';
375375
// a simple `company` field with some options passed into it
376376
const { value, errorMessage } = useField('company', ..., {
377377
label: 'Your company',
378-
type: 'text',
379378
initialValue: ''
380379
});
381380
</script>

0 commit comments

Comments
 (0)