Skip to content

Commit

Permalink
chore(demo): InputDateTime remove redudant description
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Nov 26, 2024
1 parent 9571a7b commit e816649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ test.describe('InputDateTime', () => {
await inputDateTime.textfield.fill('11');
await inputDateTime.textfield.blur();

// allow animations to capture tui-error validation message on screenshot
await expect(example).toHaveScreenshot(
'04-input-data-time-with-validator.png',
{animations: 'allow'},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,7 @@ <h3>DI-tokens for input-configurations:</h3>
heading="With validator"
[component]="7 | tuiComponent"
[content]="7 | tuiExample: 'html,ts'"
[description]="withValidatorDescription"
>
<ng-template #withValidatorDescription>
Create custom validator function to verify input value. Custom
<code>completeDateTimeValidator</code>
using to check if data is complete
</ng-template>
</tui-doc-example>
></tui-doc-example>
</ng-template>

<ng-template pageTab>
Expand Down

0 comments on commit e816649

Please sign in to comment.