0

Is there a way to set a custom input id on the combobox component? enter image description here

pikk
  • 837
  • 5
  • 21
  • 38

1 Answers1

0

you can pass an id prop on the ComboBox ex.<ComboBox id="test"/> now its new id will be test-input

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Mar 30 '22 at 17:07