GithubHelp home page GithubHelp logo

Comments (13)

cnocon avatar cnocon commented on April 28, 2024 1

@mattonit It's still an issue in our pro installation of 4.5.0

from material-design-for-bootstrap.

jrodl3r avatar jrodl3r commented on April 28, 2024 1

This is still an issue in 4.5.7 - Please fix

from material-design-for-bootstrap.

bf avatar bf commented on April 28, 2024

Status on this issue?

from material-design-for-bootstrap.

cyimking avatar cyimking commented on April 28, 2024

Still an issue. It's converting each input button.

from material-design-for-bootstrap.

Barvoj avatar Barvoj commented on April 28, 2024

Any progress??

It is annoying because user has to click to small input text in big i element. Otherwise nothing happens.

from material-design-for-bootstrap.

bf avatar bf commented on April 28, 2024

@Barvoj @cyimking I've found so many bugs with mdbootstrap I am kind of regretting switching over to it. My current stacks is a mix between mdb and vanilla bootstrap 4 alpha through sass / webpack. You can throw most of the javascript functionality down the drain when using it in a modern React project.

from material-design-for-bootstrap.

cyimking avatar cyimking commented on April 28, 2024

@bf Same here. Did you find a solution to this issue via JS?

from material-design-for-bootstrap.

mattonit avatar mattonit commented on April 28, 2024

This will be fixed in MDB 4.4.0

from material-design-for-bootstrap.

cyimking avatar cyimking commented on April 28, 2024

Found a temp solution.

mdb.js file
~ Line 5085, comment out the if statement (or remove the "input" element from the array)

  if (['input', 'img'].indexOf(tagName) !== -1) {
           TagWrapper[tagName](element);
            element = element.parentElement;
    }

~ Line 4788, comment out TagWrapper or comment out the input function:

 // Wrap <input> tag so it can perform the effect
 input: function (element) {...}

Then minify the mdb.js file.

from material-design-for-bootstrap.

mattonit avatar mattonit commented on April 28, 2024

It's finally fixed ;)

from material-design-for-bootstrap.

repli2dev avatar repli2dev commented on April 28, 2024

It is causing a trouble when integrating reCAPTCHA, after providing class="g-recaptcha" data-sitekey="your_site_key" the class is moved to the wrapper i element... then reCAPTCHA script fails.

from material-design-for-bootstrap.

MistaTwista avatar MistaTwista commented on April 28, 2024

confirm in 4.5.13

from material-design-for-bootstrap.

pvaling avatar pvaling commented on April 28, 2024

Please fix. Pro 4.5.7

from material-design-for-bootstrap.

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.