Alexey
Alexey
Is it possible? Does your library support this? I try implement it by using state managed Dialogs. But when I try open dialog inside other dialog - nested dialog not...
Hello! ` export default function MyDialog(props) { const { open, onSave, onClose } = props; return Title Dialog content here Save Cancel } ` Then I used this dialog in...
Hello! Here issue: ` ` CreateDialog: export default function CreateDialog(){ return Create Create Dialog content Create Cancel } When user click at Create - dialog not appearing. In other similar...