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

feat(file-input): add file input component (backport to 16.x) #1414

Merged
merged 3 commits into from
May 30, 2024

Commits on May 30, 2024

  1. feat(file-input): add file input component (#1373)

    This is a port of 7a61bf4 (#1373) to 16.x.
    
    This commit introduces the file input/picker component.
    
    The previous undocumented `.clr-file-wrapper` styles are now deprecated due to
    design changes. The component uses separate `.clr-file-input-wrapper` styles,
    and these styles supersede the deprecated styles for CSS-only implementations.
    
    CDE-1668
    kevinbuhmann committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b6b9382 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b54e6ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cecfb7a View commit details
    Browse the repository at this point in the history