limiting the number of selected items for multi select picker input #511
-
Is there an option to limit the number of the selected item in the multi-select mode of picker input? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, you can make it by disabling row checkbox via P.s. There is an error when you try to focus disabled row, we will fix it in feature version. |
Beta Was this translation helpful? Give feedback.
-
thanks for your quick response. This means that we can not use this option for now. How long would it take to release this new feature? |
Beta Was this translation helpful? Give feedback.
-
We plan next release at the end of current week or at the beginning of next week. |
Beta Was this translation helpful? Give feedback.
Hi, you can make it by disabling row checkbox via
getRowOptions
prop - https://codesandbox.io/s/uui-forked-bwb3z2?file=/Example.tsxP.s. There is an error when you try to focus disabled row, we will fix it in feature version.