-
Notifications
You must be signed in to change notification settings - Fork 186
fix(CustomSelect): fix readonly mode #8590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(CustomSelect): fix readonly mode #8590
Conversation
size-limit report 📦
|
e2e tests |
Codecov ReportAll modified and coverable 8000 lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8590 +/- ##
=======================================
Coverage 95.88% 95.88%
=======================================
Files 416 416
Lines 11932 11936 +4
Branches 3945 3948 +3
=======================================
+ Hits 11441 11445 +4
Misses 491 491
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
👀 Docs deployed
📦 Package ✅yarn add @vkontakte/vkui@https://vkui-screenshot.hb.bizmrg.com/pull/8590/ebdcfbfc8afa60c9b3615d3332acd8a07d5596ba/pkg/@vkontakte/vkui/_pkg.tgz Commit ebdcfbf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а ты хочешь с этим в v7.3.6
?
Вообще не собирался, можно отложить на потом |
вообще, раз это фикс, то можно и в v7.3.6 сразу |
Описание
Сейчас при прокидывании в
CustomSelect
свойствоreadonly
поле все еще можно изменять, открывать дропдаун и тд. Нужно поправитьИзменения
readOnly
свойства до inputreadOnly
отключил обработку действий, которые могли бы открыть дропдаунreadOnly
не должны показывать иконки открытия(шеврон) и кнопка удаления.Release notes
Исправления
readOnly