-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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 add user dialog #33977
Fix add user dialog #33977
Conversation
CarlSchwan
commented
Sep 8, 2022
•
edited
Loading
edited
- Add label instead of placeholder for accessibility
- Port to new vue components
the multiselect looks strange but I guess it will be improved with the next beta release of vue 7.0, correct? |
Let's get this in after #34044 |
- Add label instead of placeholder for accessibility - Port to new vue components Signed-off-by: Carl Schwan <[email protected]>
3d0f7eb
to
103ba53
Compare
Co-authored-by: Pytal <[email protected]> Signed-off-by: Carl Schwan <[email protected]>
/compile amend / |
Co-authored-by: Pytal <[email protected]> Signed-off-by: Carl Schwan <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
f28da3d
to
7619ca2
Compare
|
Maybe something wrong with resetting the focus or something? Also, can we remove the custom multiselect styling and check if it improves the look? |
@CarlSchwan what is missing here? |
@Pytal please take over when the time is right as it touches accessibility |
Now that we updated nextcloud/vue miltiple times in the meantime, maybe even a rebase already makes it work... |
I rebase this and pushed the changes to #35898 |