You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need to add id prop for hint and label tags for automation testing.
Describe the solution you'd like
Please add property hintId and labelId for hint and label tags
<Autocomplete
.............
.............
hintText="search the list of fruits"
hintClass="hintClass" hintId="hintId"
.............
.............
labelText=""
labelClassName="" labelId="labelId"
............
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I need to add id prop for hint and label tags for automation testing.
Describe the solution you'd like
Please add property hintId and labelId for hint and label tags
<Autocomplete
.............
.............
hintText="search the list of fruits"
hintClass="hintClass"
hintId="hintId"
.............
.............
labelText=""
labelClassName=""
labelId="labelId"
............
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: