Emmanuel Akinde

Results 3 comments of Emmanuel Akinde

@zberkom @hiraditya Would love to take this up.

This is how you close the modal with out selecting input. Add a ref to the component and access the `setModalVisible` ``` customButton={(onConfirm) => ( ref.current.setModalVisible(false)} /> )} /> ```

Hi @travisdmathis any progress on this?