Gcobani Mkontwana

Gcobani Mkontwana

  • 565
  • 1.9k
  • 404.5k

How to clear up modal popup during selection of control?

Dec 4 2020 5:42 AM
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.
  1. <div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">  
  2.                              <div class="modal-dialog modal-dialog-centered" role="document">  
  3.                                  <div class="modal-content">  
  4.                                      <div class="modal-header">  
  5.                                          <h5 class="modal-title" id="exampleModalLongTitle">Add People</h5>  
  6.                                          <button type="button" class="close" data-dismiss="modal" aria-label="Close">  
  7.                                              <span aria-hidden="true">×</span>  
  8.                                          </button>  
  9.                                      </div>  
 

Answers (3)