Questions tagged as 'material-design-lite'

1
answer

Problems with button of google design material

I have a button to upload images in my web project; in Chrome and Microsoft Edge it works, but in Firefox it does not. Clicking should open the window to find the image to upload as it does in other browsers. My HTML code: <button...
asked by 29.03.2016 / 02:14
2
answers

Delete the selected row from a Material Design Lite dialog

I have this example table made with material design lite . The last column of the table has a CLEAR button that when pressed must show a dialog box where the option to delete the selected row is given. Right now this is my code. It s...
asked by 09.02.2016 / 17:55
1
answer

Center an input of material design lite

I am trying to get a input centered in this way: I understand that to center an element in block I should use margin-left:auto and margin-right:auto however, I do not get the effect I want. This is my code:...
asked by 10.02.2016 / 03:54
1
answer

How to use CardView + ListView in the same layout?

I am interested in creating a layout divided into two parts, at the top a CardView (I do not have to use RecyclerView , since I only need one) I leave this image as an example: The problem I have is that the CardView...
asked by 01.03.2016 / 19:35
1
answer

Modal only opens with the first button

I was reviewing the Material Design Lite library, and I have problems with the modal, I have two buttons and the modal only opens with the first, omitting the second. <html> <head> <link rel...
asked by 11.09.2017 / 00:15
1
answer

Outgoing content of a dialog with CDM

I have a problem with a dialog using Material Design Lite, I have some tabs with forms inside but for some reason when I put more elements inside the buttons "Save" and "Cancel" go out of the limits of the dialog as It is shown below: h...
asked by 14.05.2018 / 21:39
1
answer

Material Desing Lite does not load in Angular 5

Excellent day everyone, I am using Angular 5 and I am loading Desing Lite material through its CDN into the index.html of my Angular project, but when I enter the section where I am loaded the items of Material Desing Lite will not load correctl...
asked by 05.07.2018 / 18:04
3
answers

Close a modal window after publishing data correctly

I'm using this modal window of material design which when you click on the close button closes, this same function of that button I want you to do it in the send button when you click and close after sending the data that is shown to me in the...
asked by 19.09.2016 / 03:56