Questions tagged as 'materialize'

0
answers

How can I adapt the elements of a page when the menu is shown with a modal?

The title is a preamble to the problem that is presented to me, I am making a web page (Using Materialize) which has a fixed menu in left position in desktop mode and when the resolution of the screen is less than 1000px changes the way...
asked by 21.05.2018 / 05:25
0
answers

Materialize does not work in ruby on rails?

I'm trying to customize a design but when I add materialize files in the html code I do not get anything, it's like I did not read the materialize . I have already made the necessary modifications to the necessary files: application.csc...
asked by 04.05.2018 / 07:39
0
answers

Materialize on Yii2

I am new to Yii and I am trying to implement materialize in this framework. Run but the login tap does not appear in the navigation bar to see if someone could help me and tell me how to solve the problem. I would really appreciate it if someone...
asked by 11.04.2018 / 19:14
1
answer

How to superimpose a text contained within the system of Materialize columns

Here I detail my question. I'm making a web page where I have a background image but by placing a text with the system of columns (grid) that provides materialize this is below that background image and therefore can not be seen. I already tried...
asked by 29.04.2018 / 02:34
1
answer

ngModel does not work with datepicker. Angular

I am new at Angular and I have encountered this problem. NgModel does not work when I use the datepicker class in the input. Any solution? or what am I doing wrong? <div class="input-field col s12 m6 l6 xl6"> <input id="fecha_in...
asked by 14.02.2018 / 10:26
2
answers

How to enable and disable a button with jquery?

Hello, I have a question, I have 2 input and a select and a clear button. What seo is when the 3 fields are filled (input and select) the button is enabled but remains disabled. I would appreciate your help! Thanks in advance. Pdt: I'm workin...
asked by 05.11.2017 / 21:24
0
answers

Doubt About Text in Slider

I'm starting with Materialize and I have a question about the location of the texts in the images placed on a Slider. In itself what I want to do is to be able to move the text up, or down or to the left or right so that I am better placed on th...
asked by 01.11.2017 / 20:22
1
answer

Classes (css) of Pickadate.js in Materialize

Good community, I have an inconvenience with pickdate I need to remove a css class from the calendar. The classes I want to disable are: 1) .picker__day - highlighted 2) .picker__day.picker__day - today In order to remove the color (green) as o...
asked by 10.09.2017 / 00:25
1
answer

Validate date range with JS in datepicker (pickadate) of Materialize

I need to make a date validation in Rails asynchronously since I have an initial and final date. Validation includes that the end date must be greater than the start date. To show the date I use the datepicker of materialize : F. Star...
asked by 05.09.2017 / 14:43
0
answers

hide a div with javascript in materialize css

I want to know how to do to show a div that is hidden by the class "hide" in materialize. If I run in this way Id_div.className -="hide"; it works perfectly but if I use the variable as below the function stops working showing the undefined hide...
asked by 03.08.2017 / 20:57