Questions tagged as 'materialize'

0
answers

Progress bar before run function

I have a page for issuing a certificate, and it takes some time to create the requisition and the keys, because everything is done in the browser. I want to implement a progress bar so the user does not get the impression that the site has crash...
asked by 05.12.2018 / 19:13
1
answer

How to use materialize features in php with javascript

Is it possible to use materialize in a php file next to javascript? in return of a php function I want to issue a Materialize.toast (); but I'm not getting it, I already referenced the file that has all css calls and materialize in php and even...
asked by 23.11.2018 / 17:42
0
answers

Angular 6 - Load Reactive Form after Http request

I am having trouble displaying a list of clients obtained by a GET request in a select component. Because GET is asynchronous, the form is being built before the request is finished and hence the select is empty. If I refresh the page, th...
asked by 19.10.2018 / 20:59
0
answers

How to configure Checkboxes Materialize Css in Web application Asp.Net MVC

How do I configure Checkboxes in Asp.Net MVC Razor Since in the documentation we have the following configuration Materialize for checkboxes <p> <label> <input type="checkbox" /> <span>Red</span> &l...
asked by 24.09.2018 / 23:53
0
answers

Prevent Scroll Bar on Navbar on Materializecss

I'm using Materializecss in a project, so far so good. It turns out that I'm not able to make a stop with the scroll bar. How do I prevent the scroll bar from climbing, entering, going over the navbar? so that it only scrolls the div content...
asked by 15.08.2018 / 05:06
0
answers

Many checkboxes locking browser with Materialize CSS

I have a problem that is as follows: I'm using the Materialize CSS, and Vue Js. I have a table with registers, and in each register has a checkbox next to it to be able to carry out some action with this register, like to send notification by...
asked by 07.08.2018 / 00:04
0
answers

react-materialize input is not working

I'm facing the following problem, I created a site using only the materialize and then I used the React library in the template, however now some fields are not working and one of them is the input I had to remove the jquery in some parts becaus...
asked by 27.06.2018 / 21:56
0
answers

Materialize label not working when inserted by Jquery

I am trying to make a dynamic field where the user can put the information according to the amount of courses he has done. For this I created the Script that when clicking the button makes the addition, however the label of the inputs does not a...
asked by 28.06.2018 / 22:15
2
answers

What is the reason for the error since JQuery is being imported

I'm using Materialize along with Angular, however the menu dropdown is not working. With the following error:    Uncaught TypeError: $ (...). dropdown is not a function   at funcoes.js: 6 The funcoes.js file has the following line of c...
asked by 21.06.2018 / 16:02
0
answers

How to use jQuery inside component - Angular

So, I'm having trouble running jQuery (initializing the materialize tabs component) within a specific component. For now the code looks like this: home-logada.component.html <div class="row"> <ul id="tabs-swipe-demo" class="tab...
asked by 27.04.2018 / 21:04