Skip to content
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 aria-label to NcSelect #1148

Merged
merged 1 commit into from
Jun 17, 2024
Merged

fix: add aria-label to NcSelect #1148

merged 1 commit into from
Jun 17, 2024

Conversation

enjeck
Copy link
Contributor

@enjeck enjeck commented Jun 17, 2024

It's good for accessibility if the NcSelect component has an aria-label.
Plus, this fixes the error in the console:

Console Error vue.runtime.esm.js:4625 [Vue warn]: [NcSelect] An `inputLabel` or `ariaLabelCombobox` should be set. If an external label is used, `labelOutside` should be set to `true`. found in ---> at src/shared/components/ncTable/sections/CustomTable.vue at src/shared/components/ncTable/NcTable.vue at src/modules/main/partials/TableView.vue at src/modules/main/sections/DataTable.vue at src/modules/main/sections/TableWrapper.vue at src/pages/Context.vue at src/App.vue

Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
@juliushaertl juliushaertl added bug Something isn't working 3. to review Waiting for reviews labels Jun 17, 2024
@juliushaertl
Copy link
Member

Please also try to fill relevant info in the github sidebar and request reviewers :)

@juliushaertl juliushaertl added this to the v0.8.0 milestone Jun 17, 2024
@juliushaertl
Copy link
Member

I guess we also want a backport? :)

@enjeck enjeck self-assigned this Jun 17, 2024
@enjeck enjeck merged commit 93b7234 into main Jun 17, 2024
45 checks passed
@enjeck enjeck deleted the aria-ncselect branch June 17, 2024 21:58
@backportbot backportbot bot added the backport-request Pending backport by the backport-bot label Jun 17, 2024
@nextcloud nextcloud deleted a comment from backportbot bot Jun 17, 2024
@enjeck
Copy link
Contributor Author

enjeck commented Jun 17, 2024

/backport to stable0.7

Copy link

backportbot bot commented Jun 17, 2024

The backport to stable0.7 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable0.7
git pull origin stable0.7

# Create the new backport branch
git checkout -b backport/1148/stable0.7

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 1c8d88f5

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/1148/stable0.7

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@enjeck
Copy link
Contributor Author

enjeck commented Jun 20, 2024

We don't have pagination in stable 0.7, so can't backport this

@juliushaertl juliushaertl removed the backport-request Pending backport by the backport-bot label Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants