Questions tagged as 'materialize'

3
answers

Materializecss: image without margin

I'm having an image inside a div . At the bottom it gets a margin . I tried Firebug to look at the code for div and img , but I did not find anything declared with margin and padding . <div class="row"&...
asked by 14.10.2017 / 00:55
2
answers

TEXT Within a button - Materialize CSS

I'm having a hard time breaking text inside a button. I use materialize css but generally I have no idea how to put all the text I want inside a button, it always cuts the end of my titles and so on. <link rel="stylesheet" href="https:/...
asked by 06.07.2016 / 16:19
1
answer

Animation of the input radio (materialize) does not accompany the properties

I'm trying to manipulate the radio input dynamically and the checked property of the element is being manipulated correctly, but the field animation does not follow this dynamic, the first time yes, but the others do not. I use the materialize...
asked by 23.12.2016 / 22:45
2
answers

Materialize Autocomplete does not load values

I'm having trouble loading values into the Materialize autocomplete. What happens is the following: $().ready(function() { $('#sel_estado').change(function() { $.post('auto_cid.php', {id_estado:$('#sel_estado').val()}, function(res){...
asked by 28.07.2018 / 14:20
1
answer

How to change the date field in the Materialize

I use the materialize, and put the date field with the class datepicker: <div class="input-field col s6"> <input type="date" name='vencimento' class="datepicker"> <label for="vencimento">Vencimento</label> </...
asked by 17.04.2016 / 01:12
2
answers

Centralize input inside a div using materialize

I have a form with an input inside, I would like to leave it centralized. I can do this in the custom.css I have. But as I'm using Materoalize, I'd like to know if you can do this through it. <form class="col s12"> <div c...
asked by 13.05.2018 / 20:13
1
answer

Add Chip from materialize if user forgets to click enter

I have a registration screen that has a tags field. As it fills in and press enter, it looks like this: Let'ssayhesignedupbutforgottoenterenterintoatag,forexample: This tag will be lost, when it clicks edit this register will only have...
asked by 12.12.2018 / 14:01
1
answer

Change behavior default chips materialize

Can you add a tag to the user by clicking the enter E in the space ? By default the materialize chips it adds only if you click enter ... I did not find anything about it, the materialize documentation is pretty bad. For example, if you...
asked by 21.12.2018 / 19:53
1
answer

How to avoid the Chips component of the Materialize in white?

I'm using the materialize chips in my project but wanted to avoid this default behavior of adding the same empty tag, for example: How do I prevent this and insert the tag only when I have at least one character? What I got closer wa...
asked by 11.12.2018 / 18:12
1
answer

DOM manipulation with VueJS and Jquery

I'm using pure materialize along with pure vue to make my own admin template, that is, I generated the project by vue init and put in the index.html the links to the css and js of materialize. The problem is that events called by js from materia...
asked by 08.07.2018 / 17:10