Skip to content

Commit a4bbee5

Browse files
committed
cleanup
1 parent c99c3e4 commit a4bbee5

File tree

1 file changed

+0
-4
lines changed
  • packages/main/src/webComponents/Form

1 file changed

+0
-4
lines changed

packages/main/src/webComponents/Form/Form.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ import * as ComponentStories from './Form.stories';
3131

3232
<summary>Show Code</summary>
3333

34-
| cancelable | bubbles |
35-
|:----------:|:-------:|
36-
|  ✅   |   ❌   |
37-
3834
```jsx
3935
const StandardField = ({ editMode, value, inputType = InputType.Text, onInput, ...rest }) => {
4036
if (editMode) {

0 commit comments

Comments
 (0)