From a2c24cbfe62f073c09a9c4b234a9cc552ccb771e Mon Sep 17 00:00:00 2001 From: Patrick Date: Sun, 1 Dec 2024 21:56:05 +0100 Subject: [PATCH] Update modals.mdx --- apps/mantine.dev/src/pages/x/modals.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mantine.dev/src/pages/x/modals.mdx b/apps/mantine.dev/src/pages/x/modals.mdx index 6b402fc0ae..be7498012f 100644 --- a/apps/mantine.dev/src/pages/x/modals.mdx +++ b/apps/mantine.dev/src/pages/x/modals.mdx @@ -65,8 +65,8 @@ function Demo() { ``` ## TextInput modal -@mantine/modals package also includes special modal that can be used for confirming user text input. -This component is an extension built of the confirm modal, supporting the same properties as well as a few additional +@mantine/modals package also includes special modal that can be used to capture user text input. +This component is an extension of the confirm modal, supporting the same properties as well as a few additional properties: - `onConfirm` - same as confirm modal, but also includes the user's input from the text field as an argument