python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Keep a button disabled until user reach the end of a text paragraph in Angular Material Dialog
I'm using MatDialog of Angular Material to display a text paragraph and a button at the end.
How to keep the button disabled until the user scroll down and reach the bottom end of that paragraph using...

Ghassen
Votes: 0
Answers: 1
Karma-jasmine How i test a close function in a modal
I need to test this, but I'm new testing and I do not have idea, I'm working with angular, I just want to test the close function and maybe if it renders.
This is the html.
<div class="modal a...
Jhon Serna
Votes: 0
Answers: 1
Have the code for video modal, It has a button as the trigger. I want to use simple text as the trigger
This code works great to open a video. But it uses a button as the trigger. I need to fire it off with simple text instead of a button.
<!doctype html>
<html>
<head>
<meta charset...
Michael Reyes
Votes: 0
Answers: 1
modal doesn't show when placed inside a div that has a show/hide function
I have a straightforward multi-image modal set up which works perfectly. However, the page I am trying to integrate it on is set up as follows: I have a header, a set of links to the left, and a main ...

Angela S.
Votes: 0
Answers: 1