Hi Team
I have a modal popup and i want to find out , how do i clear out once user selects any control from the form? Reason being it becomes blur and remain there and even if close button is used.
- <div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
- <div class="modal-dialog modal-dialog-centered" role="document">
- <div class="modal-content">
- <div class="modal-header">
- <h5 class="modal-title" id="exampleModalLongTitle">Add Peopleh5>
- <button type="button" class="close" data-dismiss="modal" aria-label="Close">
- <span aria-hidden="true">×span>
- button>
- div>
Sachin SinghPosted Dec 4, 2020, 6:23 AM
Guest UserPosted Dec 4, 2020, 6:19 AM
Mageshwaran RPosted Dec 4, 2020, 6:16 AM