Questions tagged [mdbootstrap]

A Material Design UI kit for Bootstrap 4

Use Official Support instead.


MDBootstrap is a third party wrapper to Bootstrap that provides Material Design features and styling. It is free for personal and commercial use, but also has a premium version with additional styles

Links:

327 questions
0
votes
0 answers

array in array in angularjs carousel

0
votes
1 answer

How freely pack, arrange themselves according to width of each html elements (divs) inside large html element (div)?

here's the image Like showing in this image I want to pack divs inside short eats div. For example, the fish bun div can put beside chinese rolls div likewise. I just want no white space there. Those divs are dynamically appear though. I've added…
0
votes
0 answers

Cloning of select (mdb material design bootstrap 4) issue

I use a MD select (mdbootstrap) in a table and i have difficulties making it work after cloning. It appear correctly but looks unabled in the newly cloned row. I have tried starting it with jQuery after cloning ( $('.mdb-select').material_select();…
R_life_R
  • 786
  • 6
  • 26
0
votes
1 answer

Second datePicker can not select a date less than the first datePicker

As a title I have implemented two datePicker within my project, my goal is that the second datePicker can not select a date before the date selected in the first datePicker. code:
okok
  • 1
0
votes
1 answer

Angular 6 gives error"TypeError: Cannot read property" when calling a property from another component while using modal

I am new to angular so i apologize if i make silly mistakes when i try to call current value of component A from component B. it gives error. i am trying to call these value when a popup modal form is active. on click of open popup i tried to call a…
Asif Moin
  • 1
  • 1
0
votes
2 answers

How to create mega menu on Angular material 7

I have used the below code to create the toolbar and menu using angular material 7. I have a requirement to create a mega menu in angular material.
San Jaisy
  • 15,327
  • 34
  • 171
  • 290
0
votes
1 answer

how change style of element when click on icon in modal?

i create a modal with mdbModal and in my modal have 4 icons like image below. i want when i click on each of icons , background color of circle and border color of icon change. here is my modal code:
Mohandes
  • 271
  • 3
  • 6
  • 17
0
votes
1 answer

Implement mdbootstrap with laravel project to make it work in IE11

I'm using Laravel 5.4 and recently started to use mdbootstrap (pro). While everything works in Chrome or Firefox, Internet Explorer 11 makes problems. I can't get the JavaScript part working. Here is how I implemented it (jquery is imported by…
TimSch
  • 1,189
  • 1
  • 12
  • 27
0
votes
1 answer

tab-pane in bootstrap now showing

EDIT: forgot to mention, it should be in react app I'm trying to use Bootstrap vertical pills but my tab-panel disappeared and also when clicking other nav-link, active is not changed to that link. Here is the code:
smgeog
  • 15
  • 1
  • 7
0
votes
0 answers

Angular: TypeError: undefined is not an object (evaluating 'this.body.toggle')

I have a problem with my angular Application. I get this error: [Error] ERROR – TypeError: undefined is not an object (evaluating 'this.body.toggle') In the Chrome Console this referred to the following HTML Part:
0
votes
1 answer

Angular Material Dropdown inside md Bootstrap Modal

I have tried this -> Angular Material Dropdown inside Bootstrap Modal but its not working for me. I am using Angular select inside the md bootstrap. The issue is that the dropdown options appear behind the modal. My code looks like this:
kedar kulkarni
  • 95
  • 2
  • 11
0
votes
1 answer

form fields a not showing up on html page django

This is my template which I am using in the login page but the problem is fields are not showing up .I want to use mdbootstrap on the page.i have searched it on many websites but did't got a solution and every one was using the same thing to use…
Utpal Dutt
  • 383
  • 3
  • 18
0
votes
1 answer

Angular 5 mdbootstrap autocomplete error " no value accessor for form control with name: 'autocomplete'"

I am trying to implement the mdbootstrap pro version autocomplete but its giving error " no value accessor for form control with name: 'autocomplete'" for this I tried several ways but no luck, please help to get rid of this.
Deepak Patidar
  • 384
  • 1
  • 8
  • 23
0
votes
1 answer

Using mdbvue on the SAFE Network, missing style

I followed this tutorial And more importantly, this tutorial: https://mdbootstrap.com/vue/components/buttons/ I ended up with this: So I'm obviously missing style here. I'm new to vue and still new to nodejs, so I'm quite clueless where and how the…
Folaht
  • 1,053
  • 1
  • 13
  • 32
0
votes
1 answer

How to make Jarallax MDB work?

I have the following code:
Joe
  • 1,076
  • 3
  • 10
  • 17