-
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
Create attached button element #46
Comments
Looks like the issue here is that the Semantic Attached Docs: <div class="ui top attached button" tabindex="0">Top</div>
<div class="ui attached segment">
<p></p>
</div>
<div class="ui bottom attached button" tabindex="0">Bottom</div> The element will need to be a
|
Linking #295 |
So that I understand this correctly:
Should the presence of type=submit overrule the !!attached=div ? |
Let's make these mutuallyExclusive instead (example here). Attached buttons just plain will not work with |
To further clarify, the |
Sorry, yes I've added the tabIndex for all instances of the |
@levithomason Is there any reason to continue rendering a Button as a |
We want to be able to use a Button element attached a div. Currently, when set as a Button it doesn't adopt the styling of the attached div. See PR #45
The text was updated successfully, but these errors were encountered: