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

Can a tag button/link get focus on tab key? #3825

Open
Kukulkano opened this issue May 24, 2024 · 0 comments
Open

Can a tag button/link get focus on tab key? #3825

Kukulkano opened this issue May 24, 2024 · 0 comments

Comments

@Kukulkano
Copy link

This is about Bulma 0.9.4 .

I do multiple tags with a close link element like this:

<div class="field is-grouped is-grouped-multiline" id="sel_tags">
    <div class="control">
        <div class="tags has-addons">
            <span class="tag is-info">[email protected]</span>
            <a class="tag is-delete is-warning" onclick="$(this).parent().parent().remove();"></a>
        </div>
    </div>
    <div class="control">
        <div class="tags has-addons">
            <span class="tag is-info">[email protected]</span>
            <a class="tag is-delete is-warning" onclick="$(this).parent().parent().remove();"></a>
        </div>
    </div>
</div>

The thing is, that the close link does not get focus if I try to use it only by keyboard. Is there a way to make it accessibl with tab keys?

Side question: Is there a forum or such to ask such questions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant