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

support button element within "ui action" components #793

Closed
jhudson8 opened this issue Apr 17, 2014 · 7 comments
Closed

support button element within "ui action" components #793

jhudson8 opened this issue Apr 17, 2014 · 7 comments

Comments

@jhudson8
Copy link

Below is not rendered correctly (notice the button element)

<div class="ui action input">
  <input name="text" type="text">
  <button class="ui button">Search</button>
</div>

Compared with the following which is rendered correctly (using the div element)

<div class="ui action input">
  <input name="text" type="text">
  <div class="ui button">Search</div>
</div>
@jlukic
Copy link
Member

jlukic commented Apr 18, 2014

See #735

This is an issue with <button> not supporting display:table-cell;

@Enelar
Copy link

Enelar commented Nov 16, 2014

Yes. I am sorry. Thanks you for your hard work.
Just trying be little familiar with your project.

@jlukic
Copy link
Member

jlukic commented Feb 16, 2015

Looks like this one finally lands. <button> actually supports flex-box quite well.

@Enelar
Copy link

Enelar commented Feb 16, 2015

Cool stuff. I will check it with input.action, and few other things, and report.

jlukic added a commit that referenced this issue Feb 16, 2015
@Enelar
Copy link

Enelar commented Feb 17, 2015

Let me rise that question once more. Why button is not synonym to .button?
At least, for example why .ui > button not?

@Enelar
Copy link

Enelar commented Feb 24, 2015

I checked every documented input.action case. Everything fine.
Firefox, Chrome.

@jlukic
Copy link
Member

jlukic commented Feb 24, 2015

I'm glad to know. Thanks for double checking

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

No branches or pull requests

3 participants