Content-Length: 291843 | pFad | http://github.com/umbraco/Umbraco.UI/pull/1017/commits/7d2f8d4cc3c21fdbf53e7d55d1487a853db9473f

C8 Readonly of select by bjarnef · Pull Request #1017 · umbraco/Umbraco.UI · GitHub
Skip to content

Readonly of select #1017

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename function
  • Loading branch information
bjarnef committed Feb 16, 2025
commit 7d2f8d4cc3c21fdbf53e7d55d1487a853db9473f
4 changes: 2 additions & 2 deletions packages/uui-select/lib/uui-select.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export class UUISelectElement extends UUIFormControlMixin(LitElement, '') {
);
}

private handleOpenKeydown(e: KeyboardEvent) {
private handleKeydown(e: KeyboardEvent) {
if (this.readonly && e.key !== 'Tab') {
e.preventDefault();
e.stopPropagation();
Expand Down Expand Up @@ -252,7 +252,7 @@ export class UUISelectElement extends UUIFormControlMixin(LitElement, '') {
id="native"
aria-label=${this.label}
@change=${this.setValue}
@keydown=${this.handleOpenKeydown}
@keydown=${this.handleKeydown}
?disabled=${this.disabled}
aria-readonly=${this.readonly ? 'true' : 'false'}
.name=${this.name}
Expand Down
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/umbraco/Umbraco.UI/pull/1017/commits/7d2f8d4cc3c21fdbf53e7d55d1487a853db9473f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy