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

input-group custom-file-input browse button border-radius #25513

Closed
zuul opened this issue Jan 30, 2018 · 3 comments
Closed

input-group custom-file-input browse button border-radius #25513

zuul opened this issue Jan 30, 2018 · 3 comments

Comments

@zuul
Copy link

zuul commented Jan 30, 2018

The following markup, as viewed on the documentation, keeps a border-radius on the "browse" button when we have a second button (Bootstrap 4.0.0):

<div class="input-group mb-3">
  <div class="custom-file">
    <input type="file" class="custom-file-input" id="inputGroupFile02">
    <label class="custom-file-label" for="inputGroupFile02">Choose file</label>
  </div>
  <div class="input-group-append">
    <span class="input-group-text" id="">Upload</span>
  </div>
</div>

Sample at JSFiddle

Screenshot:
selection_900

Seen on:

  • Linux Mint 17.3 Cinnamon (64-bit)
  • Firefox Quantum 57.0.4 (64-bit)
  • Google Chrome 63.0.3239.132 (Official Build) (64-bit)
  • Opera 50.0.2762.58
@mdo
Copy link
Member

mdo commented Jan 31, 2018

This will be fixed in #25356.

@Jayant3507
Copy link

  • [ ]

@Jayant3507
Copy link

Duplicate of #27002

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

4 participants