Skip to content

Commit

Permalink
docs input: add hint to example 'mask'
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenGedroyc committed Aug 30, 2023
1 parent 0c3cf88 commit 7906268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/page-config/ui-elements/input/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default definePageConfig({
}),
block.example("Mask", {
title: "Mask",
description: "Support possibility to force/help the user to input a specific format with help from mask prop. You can pass some mask presets or custom options based on [cleave.js](https://nosir.github.io/cleave.js/)[[target=_blank]]. By default returning a raw value."
description: "Support possibility to force/help the user to input a specific format with help from mask prop. You can pass some mask presets or custom options based on [cleave.js](https://nosir.github.io/cleave.js/)[[target=_blank]]. By default returning a raw value. <br />If you need other cleave addons (like phone) you have install cleave.js and just import them in your app. For example, the path is: cleave.js/dist/addons/cleave-phone.{country}.js"
}),
block.example("InputClass", {
title: "Input Class",
Expand Down

0 comments on commit 7906268

Please sign in to comment.