Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

1.4.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 04 May 07:40
· 3055 commits to master since this release

Changelog for [1.4.0] (2020-04-29)

Summary

  • Enhancement - Extended the modal component with input: #730

Details

  • Enhancement - Extended the modal component with input: #730

    We've added an input into the modal component which can be displayed via prop. If the input is
    displayed, the message gets overridden. The content slot can override the input. In the
    confirm event is now emitted the value of input.

    #730