Questions tagged as 'materialize'

0
answers

Does anyone know why the touch does not work properly?

Hello Good evening I'm doing a form with materialize and vue js, but I do not work well on mobile phones and tablets any idea of why it may be, I leave the code below. In the computer it goes super well. is the only problem I have and I did not...
asked by 26.10.2018 / 03:01
0
answers

how can I access from nabvar route to web content in angular without losing formats and styles?

Hello good afternoon friends, I'm having an inconvenience and I do not know how to approach it. it happens that I am designing a web in angular 6 using materialize. In principle, all the created components showed them vertically (similar to a la...
asked by 27.09.2018 / 20:13
3
answers

how do I get the select input-field option from materialize that have been selected with jquery?

I need to grab the options of that select materialize that are practically a checkbox to be able to add them to a collapsible so that they are visualized, but I need to know how to get those "selected options" with jquery or if it is with javasc...
asked by 28.09.2018 / 20:53
0
answers

Problems importing JS files in flask

I am using a package called flask_material to be able to use materialize in my flask project, and it loads perfectly the css and the components that I use, however when importing my JS file it is in which I have to import the init of my componen...
asked by 23.09.2018 / 06:42
0
answers

Error in forms with AngularJS and Materialize

I am setting up a web application with AngularJS and Materialize. The versions I use are the following: AngularJS 1.6.6 Materialize 0.100.2 jQuery 3.2.1 I need to paint the response of a service in a form (ng-model in each field) but...
asked by 22.08.2018 / 14:15
0
answers

Select Materialize in Stepper

I have a materialize select within a stepper, if the screen is 100% the select opens ok, if the screen goes to 125% the size of the select is greater than the maximum height of the screen so instead from open to below opens up, so different opti...
asked by 14.08.2018 / 19:20
0
answers

How can I include materialize-css in a parcel index.js, calling the files from node_modules?

I would like to know how I can import materialize-css using Parceljs, to include the css, sass and js of node_modules, where this materialize injected with NPM.     
asked by 13.08.2018 / 04:28
0
answers

How to avoid accumulating an event in the console?

I am managing a switch(on/off) to validate if a user is active or inactive, the problem is that when clicking on a different switch (per user) the console doubles, triples, etc, the server response number of times I have changed the state...
asked by 12.07.2018 / 01:32
0
answers

Why checkbox is selected?

I have the following code ... <mz-checkbox-container> <input mz-checkbox id="select-all-{{i}}-{{index}}" type="checkbox" (change)="selectCheck(i)" [(ngModel)]="cards[i].valueFlights[index]"> </mz-checkbox-...
asked by 10.07.2018 / 18:12
1
answer

Send data from a modal materialize to the controller

I wanted to know in what way I can send the information within a materialize modal, to a controller within the codeigniter framework using php. Thank you in advance.             Modal <!-- Modal Structure --> <div i...
asked by 03.07.2018 / 04:26