How to create a two column user input modal window where the second column is populated based on single input on first column?
I would like to create a two column user input modal window where the user input goes into the first column (single input box) for a "parent part ID", based on which adjacent second column window entries (child part IDs) get populated.The entries in the second column come from a database query (for which I already have a script). A "parent part ID" can have one or more than one "child part IDs"Thi...