diff --git a/docs/src/pages/components/NumberInput.svx b/docs/src/pages/components/NumberInput.svx index 54ffc7c0..2bc9afbf 100644 --- a/docs/src/pages/components/NumberInput.svx +++ b/docs/src/pages/components/NumberInput.svx @@ -27,10 +27,6 @@ components: ["NumberInput", "NumberInputSkeleton"] -### Mobile variant - - - ### Extra-large size diff --git a/src/NumberInput/NumberInput.svelte b/src/NumberInput/NumberInput.svelte index 26068901..856c1b5c 100644 --- a/src/NumberInput/NumberInput.svelte +++ b/src/NumberInput/NumberInput.svelte @@ -37,7 +37,10 @@ /** Set to `true` for the input to be read-only */ export let readonly = false; - /** Set to `true` to enable the mobile variant */ + /** + * Set to `true` to enable the mobile variant + * @deprecated + */ export let mobile = false; /** Set to `true` to allow for an empty value */