We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
number
bigint
1 parent 525cd9f commit 870eab9Copy full SHA for 870eab9
packages/core/src/TagsInput/TagsInputRoot.vue
@@ -5,7 +5,7 @@ import type { Direction, FormFieldProps } from '@/shared/types'
5
import { computed, ref, toRefs } from 'vue'
6
import { createContext, useArrowNavigation, useDirection, useFormControl, useForwardExpose } from '@/shared'
7
8
-export type AcceptableInputValue = string | Record<string, any>
+export type AcceptableInputValue = string | number | bigint | Record<string, any>
9
10
export interface TagsInputRootProps<T = AcceptableInputValue> extends PrimitiveProps, FormFieldProps {
11
/** The controlled value of the tags input. Can be bind as `v-model`. */
0 commit comments