Skip to content

如果 ts-button, ts-dropdown .item 是 <a> 就沒辦法使用 [disabled] #980

@YamiOdymel

Description

@YamiOdymel

#960

原先有 .is-disabled 可以讓一個按鈕或項目看起來被停用,好吧,視覺上的。

但實際上還是可以用鍵盤 Tab 鍵操控來點擊,那這其實就是在自欺欺人。

https://www.scottohara.me/blog/2021/05/28/disabled-links.html

真正的作法應該是把 的連結拿掉,瀏覽器就會自然地不讓人 Focus 在上面,最正確的方式如下

<a role="link" aria-disabled="true">Learn something!</a>

Metadata

Metadata

Assignees

Labels

🎨 CSS與 CSS 和外觀設計上有關聯。🐛 已證實 Bug非常確定是個 Bug。👬 使用問題使用上的問題講解。

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions