Questions tagged [material-dialog]

53 questions
0
votes
1 answer

Material Dialog not open after clicking on marker in ngx-leaflet

I'm using ngx-leaflet and ngx-leaflet-draw for displaying leaflet map. I can display a marker on the map from the toolbar-marker-icon. I want to display a Material Dialog Component when I click on the marker. I can display marker coordinate on the…
Shatu
  • 845
  • 6
  • 10
0
votes
2 answers

How to pass data from return activity to dialog in previous activity?

Visitor Details I have a dialog in Visitor Activity. When I click on the icon, it will redirect to Camera Activity. Then when click Confirm button in Camera Activity, it will send the intent back to previous Activity which is Visitor Activity. The…
Haziq Abdullah
  • 83
  • 1
  • 10
0
votes
1 answer

Material Dialog does not close

I have a material initiated by the navigation component if it matters, but the issue is I'm doing a login with the dialog and it does not seem to close when the login is successful and user is redirected to dashboard.html import { Component, OnInit…
Monomoni
  • 415
  • 2
  • 4
  • 19
0
votes
1 answer

Dialogue not displaying properly when clicked

I'm testing on popping up a dialog modal from this tutorial from https://github.com/gopinav/Angular-Material-Tutorial/tree/master/material-demo/src/app based on the dialog-example and dialog folder. however when running it to test in my localhost,…
Monomoni
  • 415
  • 2
  • 4
  • 19
-1
votes
1 answer

Angular Material: Popup Windows : Allow Windows to Go Between Front and Back

We have 1) Material Dialog Component Opening up 2) Another Material Dialog Component, when user press "Open Adv. Search" Button. The first Dialog component is in fixed position. The second Dialog component is Movable, however cannot go behind first…
user13885958
-2
votes
3 answers

Angular- Prevent selection of same options from a dropdown

I made this dropdown with a textarea for input in angular material dialog. There I have only three options in the dropdown(so far)-'English','French' and 'Canadian French'. I have already disabled 'English' by default. Now, for the rest of the…
user16605035
-2
votes
1 answer

Angular Material: Popup Window: Send Data to Parent while Window is Open and Button Click

How do I get value of an Angular Material Dialog Box, and send it to the Parent? I know how to get data, after they Close the dialog box. Just curious how to get Data while the Dialog box is still open, or specifically when person is pressing button…
user13885958
1 2 3
4