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

collection_select does not render without using browser-default class #52

Closed
Shawg opened this issue Jul 30, 2015 · 3 comments
Closed

Comments

@Shawg
Copy link

Shawg commented Jul 30, 2015

No description provided.

@mkhairi
Copy link
Owner

mkhairi commented Aug 16, 2015

hi @Shawg, can you provide more details on this matter

@BillyRuffian
Copy link

Selects in general seem a bit broken. With the following bit of haml:

%form
  .row
    .input-field.col.s12
      %select.browser-default
        %option Option 1
        %option Option 2
        %option Option 3
      %label Browser default

  .row
    .input-field.col.s12
      %select
        %option Option 1
        %option Option 2
        %option Option 3
      %label Materialize style

The first select has a label which crashes into the select element, the second select isn't rendered at all.

materialize-sass

@BillyRuffian
Copy link

Ahhh, I found a partial solution in http://stackoverflow.com/questions/28258106/materialize-css-select-doesnt-seem-to-render

Selects aren't great in Materialize.

@mkhairi mkhairi closed this as completed Aug 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants