working on locale (not yet fully working)

This commit is contained in:
vabene1111
2024-07-21 07:03:21 +02:00
parent 5b3445a5b5
commit 8a4ffc5e0c
6 changed files with 133 additions and 3 deletions

View File

@@ -55,10 +55,14 @@ const props = defineProps({
allowCreate: {type: Boolean, default: false},
placeholder: {type: String, default: undefined},
noOptionsText: {type: String, default: undefined},
noResultsText: {type: String, default: undefined},
// not verified
search_on_load: {type: Boolean, default: false},
placeholder: {type: String, default: undefined},
parent_variable: {type: String, default: undefined},
sticky_options: {