mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 20:28:46 -05:00
working on locale (not yet fully working)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user