-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with input field not populating previous and default values o…
…n the FormEdit UI (#156) * populate defaultValue of initial and max length fields based on their data props in the InputPatternEdit.tsx UI. * code formatting
- Loading branch information
1 parent
e34c05a
commit f5e94fc
Showing
2 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
packages/design/src/FormManager/FormEdit/components/CheckboxPatternEdit.test.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/** | ||
* @vitest-environment jsdom | ||
*/ | ||
import { expect, it } from 'vitest' | ||
import { expect, it } from 'vitest'; | ||
|
||
it('Is a placeholder test for now', () => { | ||
expect(true).to.be.true; | ||
}) | ||
}); | ||
// import { describeStories } from '../../../test-helper'; | ||
// import meta, * as stories from './CheckboxPatternEdit.stories'; | ||
|
||
// describeStories(meta, stories); | ||
// describeStories(meta, stories); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters