-
-
Notifications
You must be signed in to change notification settings - Fork 337
Closed
Labels
type/discussionAnything which is up for discussionAnything which is up for discussiontype/featAny feature requests or improvementsAny feature requests or improvements
Milestone
Description
Feature Request
Since Fomantic UI presents not only UI but some interactive modules it would be great to add a user prompt module.
The module should ask user for some decision like "File 1.txt already exists. Would you like to overwrite this file?" And also can be invoked from js with text, label and buttons (actions) with callbacks.
Example
From one hand poor prompt is already can be constructed via toast actions but it displays only toast but prompt (no dimmer, no visual highlights). From another hand prompt can be displayed via modal but with no dynamic content, actions and callbacks.
So I suggest to merge modal UI with toast actions.
Example
Run confirm('Implement this?')
in browser console to see default implementation.
Metadata
Metadata
Assignees
Labels
type/discussionAnything which is up for discussionAnything which is up for discussiontype/featAny feature requests or improvementsAny feature requests or improvements