materialize Questions

4

Solved

I have a Materialize Multiple Select element. But I can't seem to find a way to retrieve the selected values. Does anybody know how you can retrieve the selected values? Here's the look when you s...
Termite asked 17/11, 2015 at 14:59

4

Solved

I don't want to use Vue-Material nor Vuetify. I want to use Materialize. What I do is: npm install materialize-css@next In main.js, where my new Vue App is defined I import Materialize like th...
Gavin asked 24/10, 2018 at 12:58

26

Solved

My apologies if this is a very simple question, but how do you use google material icons without a <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> ...
Rossetti asked 17/5, 2016 at 8:25

6

I'm using materialized css to design my personal website. when I use the button, its caption is always shown in capital letters. I tried to change it but failed to do so. can anyone help me out wit...
Schreibman asked 7/9, 2015 at 20:33

6

Solved

I have modal in which when i click add bills button it will popup the sweetalert2, the code provided below came from their documentation, so i think there is no problem with the codes, anyways, my ...
Repetend asked 12/8, 2018 at 4:4

8

Solved

I can't seem to get checkbox to work whilst using the materializecss, as anyone else came cross this issue and managed to fix it? The library I am using: <link rel="stylesheet" href="https://...
Farcical asked 10/4, 2018 at 16:7

2

Solved

I noticed that materialized CSS icons does not show up in Safari (v5.1.7 (7534.57.2). Well searched a lot on this topic but there haven't been any documentation on browser compatibility where safar...
Pyjamas asked 16/3, 2016 at 18:28

5

I'm developing an app with React, I want to use the sidenav component http://materializecss.com/side-nav.html The problem is that I'm getting this error: Sidebar.js:8 Uncaught TypeError: __WEBPAC...
Sandra asked 21/2, 2018 at 17:5

3

Solved

I am trying to have a submenu dropdown inside a dropdown, using MaterializeCSS framework. I tried with the following code, but it didn't work. <!-- this the main dropdown --> <ul id="Main...
Villon asked 14/3, 2016 at 6:35

16

I have a Meteor/React project, using ES6 modules. I've installed materialize-css using npm, but I'm not sure how to actually use the Materialize classes in my JSX code. What am I supposed to import...
Seriatim asked 19/2, 2016 at 7:35

2

As per the document in material-ui,it is providing space between the components. But I could get the way it is getting height and width here: width: theme.spacing(20), height: theme.spacing(15) ...
Ermina asked 19/5, 2020 at 8:17

5

Solved

I am using the CDN version of materializecss <html> <head> <!-- css --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0...
Columbia asked 29/1, 2017 at 15:27

3

Solved

The default width of container is set to 70% in MaterializeCSS: The container class is not strictly part of the grid but is important in laying out content. It allows you to center your page co...
Retention asked 17/9, 2016 at 22:15

9

Solved

Recently, i started working on a project that contains a table with some fields, and I want to add some Material Design Icons trough MaterializeCSS on the side of the icons. Look at the image and y...
Tittle asked 6/10, 2016 at 23:27

5

Solved

I am looking for some help with collapsible I am trying to change the icon on the headers when they are active but cant seem to solve the problem of if I click on another header without closing the...
Sleepy asked 26/12, 2015 at 14:58

9

I am trying to use Materialize theme to make a side bar in JSF with Spring. And I imported the Materialize's js and css, but it comes out an error TypeError: $(...).sideNav is not a function. I don...
Carmelacarmelia asked 16/5, 2017 at 7:23

7

Solved

I am currently working with Materialize framework and wondering is it possible to change the colour of the filled-in checkbox as it is green on default. <input type="checkbox" class="filled-in"...
Tiv asked 8/2, 2016 at 0:49

7

I have a single page web application using React and materialize-css and I would like to export it as static HTML and CSS so that it is possible to easily edit HTML for the purpose of prototyping. ...
Romanism asked 5/5, 2017 at 9:44

3

Solved

Is it possible to adjust the height of the Navbar in Materialize? 64px is a bit too much for my site. I was going for 30px before I decided to materialize it.
Bihari asked 22/2, 2016 at 11:41

4

I am new in materialize CSS framework and I am looking for searchable select. I have added select component but now I want it to be searchable so that user can search value from dropdown options a...
Kataway asked 9/2, 2017 at 6:57

8

I've got a basic select box using materializecss. <select id="type" name="type" required="required" class="validate"> <option value="" disabled="true" selected="selected">Choose your ...
Kirschner asked 13/12, 2015 at 7:25

4

When trying to use a third party jQuery Validation Library with Materialize I am unable to validate any Select Lists. I was wondering if anyone is able to or knows how to get jQuery.validation work...
Linder asked 14/5, 2015 at 18:34

13

Solved

I want to close modal ONLY when user clicks on close button. I know, how to do this in Bootstrap. Could you help with Materialize?
Hereof asked 19/12, 2015 at 15:52

7

I am trying to test my vuejs component via jest that contains materialize select. When performing a component test, I get the following error in materialize.js: TypeError: Cannot set property 'tab...
Damage asked 24/1, 2019 at 9:23

7

Solved

I use css framework Materialize.css I don't understand where past color in my HTML icon <i class="large material-icons">note_add</i> I have tried cyan darken-4 <i class="large ma...
Kosciusko asked 12/3, 2016 at 18:21

© 2022 - 2025 — McMap. All rights reserved.