feat(input): file input variant#2145
Merged
lubber-de merged 3 commits intofomantic:developfrom Nov 2, 2021
Merged
Conversation
This was referenced Oct 29, 2021
exoego
approved these changes
Nov 1, 2021
Contributor
exoego
left a comment
There was a problem hiding this comment.
LGTM 👍
This is awesome, 8-year-long-awaited feature Semantic-Org/Semantic-UI#403
Member
Author
|
Docs added by fomantic/Fomantic-UI-Docs#356 |
lubber-de
added a commit
to fomantic/Fomantic-UI-Docs
that referenced
this pull request
Jul 19, 2022
Added file input examples as of fomantic/Fomantic-UI#2145
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR styles the file input field so it has the same look as normal input fields by adding a
filevariant to theinputelement.It also supports using action inputs for file inputs, if one needs additional features like icons.
If not using an action input i also added color variants to support colors for the native file input trigger button.
It also adds an
invisible file input, in case one does not need the filepath being shown and only needs a button.See examples in the jsfiddle
Screenshot
Testcase
Before
https://jsfiddle.net/lubber/xv0zLadf/3/
After
https://jsfiddle.net/lubber/xv0zLadf/12/
Closes
#105
Semantic-Org/Semantic-UI#403