You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/__tests__/snapshot-tests/__snapshots__/documenter.test.ts.snap
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13626,6 +13626,14 @@ exports[`Components definition for form-field matches the snapshot: form-field 1
13626
13626
"optional": true,
13627
13627
"type": "FormFieldProps.AnalyticsMetadata",
13628
13628
},
13629
+
{
13630
+
"description": "Character count constraint displayed adjacent to the constraintText. Use
13631
+
this to provide an updated character count on each keypress that is debounced
13632
+
for screen reader users.",
13633
+
"name": "characterCountText",
13634
+
"optional": true,
13635
+
"type": "string",
13636
+
},
13629
13637
{
13630
13638
"deprecatedTag": "Custom CSS is not supported. For testing and other use cases, use [data attributes](https://developer.mozilla.org/en-US/docs/Learn/HTML/Howto/Use_data_attributes).",
13631
13639
"description": "Adds the specified classes to the root element of the component.",
@@ -33483,6 +33491,19 @@ To find a specific row use the \`findRow(n)\` function as chaining \`findRows().
33483
33491
},
33484
33492
{
33485
33493
"methods": [
33494
+
{
33495
+
"name": "findCharacterCount",
33496
+
"parameters": [],
33497
+
"returnType": {
33498
+
"isNullable": true,
33499
+
"name": "ElementWrapper",
33500
+
"typeArguments": [
33501
+
{
33502
+
"name": "HTMLElement",
33503
+
},
33504
+
],
33505
+
},
33506
+
},
33486
33507
{
33487
33508
"name": "findConstraint",
33488
33509
"parameters": [],
@@ -44520,6 +44541,14 @@ To find a specific row use the \`findRow(n)\` function as chaining \`findRows().
0 commit comments