Questions tagged as 'materialize'

2
answers

Angular 2 initialize materialize component after obtaining data

I have a dropdown that I want to initialize with materialize in navbar.component.html <select> <option *ngFor="let survey of surveys" value="{{survey.sid}}"> {{survey.surveyls_title}}</option> </select> I get...
asked by 12.05.2017 / 09:28
1
answer

Place Materialize CSS to FileField - Django

I am trying to use the File_CSS from Materialize but I can not find a way to make it work for me. This is my model: class ComprobanteDomicilio(models.Model): alumno = models.ForeignKey(Alumno, on_delete=models.CASCADE) url_documen...
asked by 30.04.2017 / 09:52
4
answers

Some doubts with materialize

good at the end I could make my web responsive, I thought that those things were done manually, and it turns out that there were framework ufff, well anyway, I have some doubts that remained pending: For example in my forms when I have text f...
asked by 05.04.2017 / 00:48
0
answers

Mark and add. React

I hope you are well. I need some help in react, I am relatively new in react. The problem is the following. I have a card made with materialize and in the content I have 4 checkboxes. I want that when a checkbox is marked, it is added to a...
asked by 05.01.2019 / 05:14
0
answers

Change background color of a Materialize toltip

How can I change the background color of a toltip with Materialize?     
asked by 09.12.2018 / 06:41
0
answers

Problem with enter key and materialize autocomplete

By using the enter key, the materialize autocomplete object refreshes the whole page. function insertar(response) { var ingredientes={}; for (var i = 0; i < response.ingredientes.length; i++) { var tmp=response.ingred...
asked by 06.12.2018 / 03:01
1
answer

Problem navbar MaterialzeCss - Image is displayed in front of the Navigation bar

I have the following problem. with the navbar When you download the image, it overlaps the navigation bar . I do not know what the problem could be (I paste the code).                         Start     - >                     - &...
asked by 22.11.2018 / 05:38
0
answers

Compile only the classes from the materialize color palette

I need to compile in a CSS file only the classes related to the materialize color palette, to use it in a project that does not include that CSS framewrok. link     
asked by 25.11.2018 / 20:51
0
answers

How to read data and send it to another PHP page?

Hello. You can help me I need that when the user click on register another page appears but it can vary if there are several Cards (I am using Materialize) and must show different data according to the group name like 3S1-IS, 1S1-CIV. A...
asked by 06.11.2018 / 04:01
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