Skip to content

custom-file selector isn't a valid CSS value since upgrade to beta3 #25127

@javinto

Description

@javinto

I have a Ruby-on-rails project (using the Bootstrap gem) where I use the custom file selector text according to the documentation:

$custom-file-text: (
  placeholder: (
    en: "Choose file...",
    nl: "Selecteer bestand..."
  ),
  button-label: (
    en: "Browse",
    nl: "Selecteer"
  )
);

After upgrading from beta 2.1 to beta 3 I now get the following error:

(en: "Choose file...", nl: "Selecteer bestand...") isn't a valid CSS value.

As I'm using SASS I ensured not upgrading any other gem but Bootstrap to exclude other gems from being the problem gem.

I could not find any upgrade or migration information on this specific component. So I suspect it is a bug. Here is my error:

schermafbeelding 2017-12-29 om 23 32 08

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions