question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Waves creates i from input.btn

See original GitHub issue

MDB Waves transfers HTML code

<input type="submit" class="btn btn-primary value="Submit">

into

<i class="btn btn-primary text-uppercase waves-input-wrapper waves-effect waves-light" style="color:rgb(255, 255, 255);background:rgba(0, 0, 0, 0)">
<input type="submit" class="waves-button-input" value="Send" style="background-color:rgba(0,0,0,0);">
</i>

This is wrong, the i tag should not exists.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:13 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
jrodl3rcommented, Aug 10, 2018

This is still an issue in 4.5.7 - Please fix

1reaction
cnoconcommented, May 9, 2018

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Waves - Materialize
There are several ways to customize waves, you can either use pre-created classes, or you can define your own color by creating a...
Read more >
How to create waves on button with CSS and HTML?
While there are other ways to create a wave effect, a simple method is to use the keyframe property.
Read more >
Waves effect makes button have more padding - MDBootstrap
I see that the waves effect being applied to an input button makes it have larger padding: .waves-button-input { margin: 0; padding: .85em...
Read more >
Material design wave effect not applied to dynamically created ...
The Waves effect from the MDBootstrap library is not automatically applied to dynamically created elements. You need to instantiate it ...
Read more >
How to make an Input Form Wave Animation| Day 8 - YouTube
I tried to make a video of me trying out to make an Input Form Wave Animation from the Course. This series is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found