Currently, the Select component takes the data-cy label from the label prop provided. Since the label is optional, some use cases might not pass, which means we don't have any option for a custom data-cy label for that dropdown. So, add a new dataCy prop that will act as the label for the data-cy label.
@deepanshu-rajput-git _a
small _t
Currently, the Select component takes the
data-cylabel from the label prop provided. Since the label is optional, some use cases might not pass, which means we don't have any option for a custom data-cy label for that dropdown. So, add a newdataCyprop that will act as the label for the data-cy label.@deepanshu-rajput-git _a
small _t