Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #27164
Closed
Open
Issue created Aug 31, 2018 by Administrator@rootContributor

Invalid feedback message are not shows for custom files

Created by: dmolineus

Description I know there is another issue handling some cases of the hidden invalid feedback message (See #23454 (closed)). As the issue also occurs with the custom form file upload whih is part of bootstrap itself, open a new issue.

The invalid-feedback message is not shown if a custom file upload is in an invalid state. I looked at the selector for displaying it, the custom-file is not listed here.

.custom-select.is-invalid~.invalid-feedback, 
.custom-select.is-invalid~.invalid-tooltip, 
.form-control.is-invalid~.invalid-feedback, 
.form-control.is-invalid~.invalid-tooltip, 
.was-validated .custom-select:invalid~.invalid-feedback, 
.was-validated .custom-select:invalid~.invalid-tooltip, 
.was-validated .form-control:invalid~.invalid-feedback, 
.was-validated .form-control:invalid~.invalid-tooltip

Codepen Codepen is available here: https://codepen.io/anon/pen/xagBWb

OS and browser I can reproduce issue on Chrome 68, Firefox 61 and Vivaldi 1.15 using manjaro linux.

Assignee
Assign to
Time tracking