如何更改占位符文本?

时间:2019-05-18 21:44:54

标签: react-dropdown-tree-select

添加以下道具似乎无效

text = {{占位符:“选择产品”}}

<DropdownTreeSelect
      data={data}
      texts={{placeholder: 'Some other text'}}
      onChange={onChange}
      className="bootstrap-demo"
    />

占位符文本仍然偏斜默认的“选择...”

2 个答案:

答案 0 :(得分:1)

道具名称为v-text-field试试:

placeholderText

答案 1 :(得分:0)

我尝试过 texts={{ placeholder: "Search" }} 并且它的效果非常好!