-
Notifications
You must be signed in to change notification settings - Fork 8
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(KtField*Select): Remove Element-UI Entirely #565
Conversation
Your Render PR Server URL is https://kotti-pr-565.onrender.com. Follow its progress at https://dashboard.render.com/static/srv-c6mkthvs437q1hv6ifu0. |
ecd4dc9
to
4dc8ea8
Compare
This should be next on the list of Kotti Issues to tackle, it's blocking incubators for a while now |
4dc8ea8
to
577cd02
Compare
https://3yourmind.atlassian.net/browse/B3-11202 can we extend the api to accept a sortFunction, that defaults to |
577cd02
to
b5c13cb
Compare
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Outdated
Show resolved
Hide resolved
cd63990
to
05abb5b
Compare
2f20a83
to
1303585
Compare
1303585
to
aafb00e
Compare
57b540a
to
d450026
Compare
d450026
to
23fe63e
Compare
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.
`
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/ActionIcon.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/GenericSelectField.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/Options.vue
Outdated
Show resolved
Hide resolved
packages/kotti-ui/source/kotti-field-select/components/Options.vue
Outdated
Show resolved
Hide resolved
1763af9
to
270af11
Compare
270af11
to
b29931e
Compare
b29931e
to
97e18a3
Compare
packages/kotti-ui/source/kotti-field-select/components/Options.vue
Outdated
Show resolved
Hide resolved
97e18a3
to
913853e
Compare
Turns out that vetur only reads the top-level tsconfig
Co-Authored-By: Carol Soliman <17387510+carsoli@users.noreply.github.com>
…ation ..scroll to the option as you use keyboard (arrow down/up) fix: show separator between options/no-data & actions ..even if options.length ===0 since no-data is still an item fix: scrollbar for chrome
- disable the rest of the options on multi-select if maximumSelectable is reached - feat: show `isUnsorted` prop on documentation - fix: `isInputVisible` by moving the input out of screen instead - this is to properly support tabbing into (focus) when the dropdown is closed - we can't tab/focus into a field if there's no input - fix: open the dropdown if the user starts typing into the field - in single selects, when user selects an option, the dropdown closes - the input still exists in the focused field yet the dropdown is closed - if the user starts typing, we open the dropdown again - it's an edge case that had weird UX previously - fix: horizontal scrollbar UI Co-Authored-By: Florian Wendelborn <1133858+FlorianWendelborn@users.noreply.github.com>
913853e
to
54f1c82
Compare
helpText
slotenter
frominput
doesn't trigger the submit (of a form it's used within)tabIndex
KtField
maximumSelectable
on MultiSelectsminimize the input instead of hiding it completelyany
) to a separate PR where tests can be added feature(makeProps): Add Support for z.any() #630