Summary
The quickAddApi.requestInputs() one-page modal uses a fixed title and only supports a limited set of field types, which prevents parity with standalone prompts (e.g., yes/no dialogs or suggesters with separate display/actual values).
Proposal
- Allow an optional modal title/header to be passed to
requestInputs.
- Expand field types or config to support yes/no confirmation and mapped suggester options (
displayItems/actualItems), or allow a custom item renderer.
Impact
Scripts that want a single form-style modal currently have to split into multiple prompts or lose UX polish.