Coder Social home page Coder Social logo

Comments (4)

hartreed avatar hartreed commented on September 22, 2024

Just ran into this issue myself, it appears that my issue is that the poetic:materialize-scss package styles the radio elements to shift them -9999px offscreen (and puts them at 0 opacity).

I assume this is because it's supposed to be replacing the default element with a custom styled one, but autoform-materialize doesn't seem to be doing this.

There seem to be several conflicts between the default materialize styling and this package, I also had to override the select element style to even get them to show up.

@djhi Could you comment on this? Am I missing something obvious about the materialize config? Is there a particular autoform select element that you recommend that is properly styled?

@andfs If you haven't already tried this, the 'switch' element ought to fit this particular use case.

from meteor-autoform-materialize.

DanceParty avatar DanceParty commented on September 22, 2024

Adding this to the CSS will fix this issue (at least in my case)

input[type="radio" i] {
  position: static !important;
  left: 0px !important;
  opacity: 100 !important;
}

from meteor-autoform-materialize.

djhi avatar djhi commented on September 22, 2024

I no longer use Meteor and won't be updating this project anymore. If anyone is interested in taking care of it, I'll gladly transfer ownership.

from meteor-autoform-materialize.

djhi avatar djhi commented on September 22, 2024

Future work on this package has been transferred here.

from meteor-autoform-materialize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.