PickerInput getRowOptions isDisabled does not affects appearance #577
-
DescriptionSteps to ReproducePlease provide detailed steps for reproducing the issue.
Actual resultRows looks like enabled, and we can select them. https://codesandbox.io/s/uui-pickerinput-isdisabled-row-nsor5o?file=/Example.tsx Expected resultRows looks like disabled (gray) and we can't select them. Environmentloveship
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, it's also required to provide |
Beta Was this translation helpful? Give feedback.
Hi, it's also required to provide
isSelectable: false
, because we are merging yourgetRowOptions
config with ours and it's needed to change isSelected field value.Look on this example - https://uui.epam.com/documents?id=pickerInput&mode=doc&skin=UUI4_promo&category=components#setting_row_options