Topic: Wave effect not shown on btn-outline button
Roman priority asked 6 years ago
<input type="button" name="close1" value="Close" class="btn btn-primary"> <!-- waves effect working --> <input type="button" name="close2" value="Close" class="btn btn-outline-primary waves-effect"> <!-- waves effect NOT working --> <button type="button" name="close3" value="Close" class="btn btn-primary">Close</button> <!-- waves effect working --> <button type="button" name="close4" value="Close" class="btn btn-outline-primary waves-effect">Close</button> <!-- waves effect working -->
Ollie Vincent pro answered 6 years ago
<a class="waves-effect"><input name="close2" value="Close" class="btn-outline-primary " type="button"></a>pretty sure the input will still work as intended?
Roman priority answered 6 years ago
Roman priority answered 6 years ago
I need a working combination of <input> and class="btn btn-outline-primary waves-effect". <input> is necessary because it is generated automatically and I cannot change it.
Ollie Vincent pro answered 6 years ago
<a class="btn btn-outline-primary waves-effect" >Close</a>also works... I don't know if that helps you?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB jQuery
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No