breaking change: disable allow-html by default
This commit is contained in:
@@ -14,6 +14,7 @@ export const pickerProps = {
|
||||
title: String,
|
||||
loading: Boolean,
|
||||
readonly: Boolean,
|
||||
allowHtml: Boolean,
|
||||
itemHeight: [Number, String],
|
||||
cancelButtonText: String,
|
||||
confirmButtonText: String,
|
||||
@@ -21,10 +22,6 @@ export const pickerProps = {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
allowHtml: {
|
||||
type: Boolean,
|
||||
default: true,
|
||||
},
|
||||
visibleItemCount: {
|
||||
type: [Number, String],
|
||||
default: 6,
|
||||
|
||||
Reference in New Issue
Block a user