skip to Main Content

Javascript – A Dialog Controller

I have a dialog in my html with id="divMyDialog1". This is associated with a javascript class with a name MyDialog1. (These names are just for illustration only.) MyDialog1 = function(divStr){ this.divStr = divStr; ... } I have loads of these…

VIEW QUESTION

ReactJS Dialog Component

I have a dialog content component from https://mui.com/material-ui/react-dialog/ I want it to have drop down options in the input fields. I have the drop down options working with hardcoded values (see menu items below) but I would like to pull…

VIEW QUESTION
Back To Top
Search