Inputpicker and pagination contain multiple input field.While putting aria-label tag, those component are not being accessible.
<InputPicker
role="combobox"
id={id}
{...rest}
data={options as ISelectOption[]}
id={id}
/>
<label htmlFor={id} className="floating-label">
{placeholder}
</label>
Is there a workaround for this issue?