[FEATURE REQUEST] QDialog Plugin Prompt Of Input Fields Group #12020
Answered
by
pdanpdan
angelhdzmultimedia
asked this question in
Ideas / Proposals
-
|
Currently, a QDialog plugin prompt can have a type of radio, text, checkbox, toggle. But there's nothing for a group of QInput fields. $q.dialog({
prompt: {
type: "input", //or "form"
fields: [
{label: 'Email', value: '', name: 'email'},
{label: 'Password', value: '', name: 'password'}
]
}
}).onOk((inputData) => {
console.log(`Email: ${inputData.email} Password: ${inputData.password}`)
});This would be benefitial to avoid having to build a custom component for it. |
Beta Was this translation helpful? Give feedback.
Answered by
pdanpdan
Jan 13, 2022
Replies: 1 comment
-
|
Sorry, please use the custom components |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
angelhdzmultimedia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, please use the custom components