feat(Picker): add allow-html prop (#4278)
This commit is contained in:
@@ -14,6 +14,10 @@ export const pickerProps = {
|
||||
showToolbar: Boolean,
|
||||
cancelButtonText: String,
|
||||
confirmButtonText: String,
|
||||
allowHtml: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
},
|
||||
visibleItemCount: {
|
||||
type: Number,
|
||||
default: 5
|
||||
|
||||
Reference in New Issue
Block a user