Skip to content

Conversation

@susnux
Copy link
Contributor

@susnux susnux commented Aug 6, 2024

☑️ Resolves

This allows us to make simple small dialogs like asking for a password, asking for a filename or similar while having proper HTML semantics and native form validation.

🖼️ Screenshots

Bildschirmaufnahme_20240806_195309.webm

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable
  • 3️⃣ Backport to next requested with a Vue 3 upgrade

@susnux susnux added enhancement New feature or request 3. to review Waiting for reviews feature: dialog Related to the dialog component labels Aug 6, 2024
@susnux susnux added this to the 8.17.0 milestone Aug 6, 2024
@susnux susnux requested review from Antreesy, ShGKme and skjnldsv August 6, 2024 17:57
@susnux susnux force-pushed the feat/allow-dialog-form branch from ba6cff3 to b2d6973 Compare August 6, 2024 18:01
Copy link
Contributor

@skjnldsv skjnldsv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I love it!!!

@susnux
Copy link
Contributor Author

susnux commented Aug 6, 2024

/backport to next

Copy link
Contributor

@ShGKme ShGKme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.

Comment on lines 448 to 457
const handleButtonClose = () => {
// Skip close if invalid dialog
if (dialogTagName.value === 'form' && !dialogElement.value.reportValidity()) {
return
}
handleClosing()
window.setTimeout(() => handleClosed(), 300)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note for future - it's more common case when a dialog button should not close it. This behavior forces to use custom buttons instead of dialog buttons.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe allow returning false from the callback to prevent close?

@ShGKme
Copy link
Contributor

ShGKme commented Aug 7, 2024

Hacked 😈

dialog

This allows us to make simple small dialogs like asking for a password,
asking for a filename or similar while having proper HTML semantics
and native form validation.

Co-authored-by: Grigorii K. Shartsev <[email protected]>
Signed-off-by: Ferdinand Thiessen <[email protected]>
@susnux susnux force-pushed the feat/allow-dialog-form branch from 21edf30 to 1331abf Compare August 7, 2024 11:18
@susnux
Copy link
Contributor Author

susnux commented Aug 7, 2024

Hacked 😈

That is default and expected native validation: Only user input is validated not default values.
But I adjusted the example :)

@susnux susnux force-pushed the feat/allow-dialog-form branch from 1331abf to 1946683 Compare August 7, 2024 12:20
@susnux susnux requested a review from ShGKme August 8, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews enhancement New feature or request feature: dialog Related to the dialog component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants