React MUI自动完成选择-将类添加到IndicatorsContainer

时间:2019-10-17 14:06:33

标签: reactjs react-material

我正在使用react mui autocomplete select。您可以看到示例here。在浏览器中使用开发人员工具进行检查时,我可以看到用于清除输入值右侧的图标是IndicatorsContainer的一部分。我想更改IndicatorsContainer的样式,并添加一个类:

cursor: 'pointer'

但是,在此示例中,我找不到IndicatorsContainer组件。 我尝试将indicatorsContainer类添加到样式对象:

  indicatorsContainer: {
    cursor: 'pointer'
  }

但是,这没有帮助。 如何更改此组件的样式,发送道具链,该怎么做?

0 个答案:

没有答案