@@ -3366,6 +3366,28 @@ single form field.",
3366
3366
"optional": true,
3367
3367
"type": "string",
3368
3368
},
3369
+ {
3370
+ "description": "Attributes to add to the native \`input\` element.
3371
+ Some attributes will be automatically combined with internal attribute values:
3372
+ - \`className\` will be appended.
3373
+ - Event handlers will be chained, unless the default is prevented.
3374
+
3375
+ We do not support using this attribute to apply custom styling.",
3376
+ "inlineType": {
3377
+ "name": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
3378
+ "type": "union",
3379
+ "values": [
3380
+ "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children">",
3381
+ "Record<\`data-\${string}\`, string>",
3382
+ ],
3383
+ },
3384
+ "name": "nativeInputAttributes",
3385
+ "optional": true,
3386
+ "systemTags": [
3387
+ "core",
3388
+ ],
3389
+ "type": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
3390
+ },
3369
3391
{
3370
3392
"description": "Specifies an array of options that are displayed to the user as a dropdown list.
3371
3393
The options can be grouped using \`OptionGroup\` objects.
@@ -9708,6 +9730,28 @@ Supported values and formats are listed in the [JavaScript Intl API specificatio
9708
9730
"optional": true,
9709
9731
"type": "string",
9710
9732
},
9733
+ {
9734
+ "description": "Attributes to add to the native \`input\` element.
9735
+ Some attributes will be automatically combined with internal attribute values:
9736
+ - \`className\` will be appended.
9737
+ - Event handlers will be chained, unless the default is prevented.
9738
+
9739
+ We do not support using this attribute to apply custom styling.",
9740
+ "inlineType": {
9741
+ "name": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
9742
+ "type": "union",
9743
+ "values": [
9744
+ "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children">",
9745
+ "Record<\`data-\${string}\`, string>",
9746
+ ],
9747
+ },
9748
+ "name": "nativeInputAttributes",
9749
+ "optional": true,
9750
+ "systemTags": [
9751
+ "core",
9752
+ ],
9753
+ "type": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
9754
+ },
9711
9755
{
9712
9756
"description": "Specifies the placeholder text rendered when the value is an empty string.",
9713
9757
"name": "placeholder",
@@ -14460,6 +14504,28 @@ single form field.",
14460
14504
"optional": true,
14461
14505
"type": "string",
14462
14506
},
14507
+ {
14508
+ "description": "Attributes to add to the native \`input\` element.
14509
+ Some attributes will be automatically combined with internal attribute values:
14510
+ - \`className\` will be appended.
14511
+ - Event handlers will be chained, unless the default is prevented.
14512
+
14513
+ We do not support using this attribute to apply custom styling.",
14514
+ "inlineType": {
14515
+ "name": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
14516
+ "type": "union",
14517
+ "values": [
14518
+ "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children">",
14519
+ "Record<\`data-\${string}\`, string>",
14520
+ ],
14521
+ },
14522
+ "name": "nativeInputAttributes",
14523
+ "optional": true,
14524
+ "systemTags": [
14525
+ "core",
14526
+ ],
14527
+ "type": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
14528
+ },
14463
14529
{
14464
14530
"description": "Specifies the placeholder text rendered when the value is an empty string.",
14465
14531
"name": "placeholder",
@@ -18474,6 +18540,28 @@ Defaults to 3. Use -1 for infinite rows.",
18474
18540
"optional": true,
18475
18541
"type": "string",
18476
18542
},
18543
+ {
18544
+ "description": "Attributes to add to the native \`textarea\` element.
18545
+ Some attributes will be automatically combined with internal attribute values:
18546
+ - \`className\` will be appended.
18547
+ - Event handlers will be chained, unless the default is prevented.
18548
+
18549
+ We do not support using this attribute to apply custom styling.",
18550
+ "inlineType": {
18551
+ "name": "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children"> & Record<\`data-\${string}\`, string>",
18552
+ "type": "union",
18553
+ "values": [
18554
+ "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children">",
18555
+ "Record<\`data-\${string}\`, string>",
18556
+ ],
18557
+ },
18558
+ "name": "nativeTextareaAttributes",
18559
+ "optional": true,
18560
+ "systemTags": [
18561
+ "core",
18562
+ ],
18563
+ "type": "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children"> & Record<\`data-\${string}\`, string>",
18564
+ },
18477
18565
{
18478
18566
"description": "Specifies the placeholder text rendered when the value is an empty string.",
18479
18567
"name": "placeholder",
@@ -24726,6 +24814,28 @@ single form field.",
24726
24814
"optional": true,
24727
24815
"type": "string",
24728
24816
},
24817
+ {
24818
+ "description": "Attributes to add to the native \`textarea\` element.
24819
+ Some attributes will be automatically combined with internal attribute values:
24820
+ - \`className\` will be appended.
24821
+ - Event handlers will be chained, unless the default is prevented.
24822
+
24823
+ We do not support using this attribute to apply custom styling.",
24824
+ "inlineType": {
24825
+ "name": "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children"> & Record<\`data-\${string}\`, string>",
24826
+ "type": "union",
24827
+ "values": [
24828
+ "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children">",
24829
+ "Record<\`data-\${string}\`, string>",
24830
+ ],
24831
+ },
24832
+ "name": "nativeTextareaAttributes",
24833
+ "optional": true,
24834
+ "systemTags": [
24835
+ "core",
24836
+ ],
24837
+ "type": "Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, "children"> & Record<\`data-\${string}\`, string>",
24838
+ },
24729
24839
{
24730
24840
"description": "Specifies the placeholder text rendered when the value is an empty string.",
24731
24841
"name": "placeholder",
@@ -25118,6 +25228,28 @@ single form field.",
25118
25228
"optional": true,
25119
25229
"type": "string",
25120
25230
},
25231
+ {
25232
+ "description": "Attributes to add to the native \`input\` element.
25233
+ Some attributes will be automatically combined with internal attribute values:
25234
+ - \`className\` will be appended.
25235
+ - Event handlers will be chained, unless the default is prevented.
25236
+
25237
+ We do not support using this attribute to apply custom styling.",
25238
+ "inlineType": {
25239
+ "name": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
25240
+ "type": "union",
25241
+ "values": [
25242
+ "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children">",
25243
+ "Record<\`data-\${string}\`, string>",
25244
+ ],
25245
+ },
25246
+ "name": "nativeInputAttributes",
25247
+ "optional": true,
25248
+ "systemTags": [
25249
+ "core",
25250
+ ],
25251
+ "type": "Omit<React.InputHTMLAttributes<HTMLInputElement>, "children"> & Record<\`data-\${string}\`, string>",
25252
+ },
25121
25253
{
25122
25254
"description": "Specifies the placeholder text rendered when the value is an empty string.",
25123
25255
"name": "placeholder",
0 commit comments