reflex 0.8.4a2__py3-none-any.whl → 0.8.5a1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of reflex might be problematic. Click here for more details.

Files changed (141) hide show
  1. reflex/__init__.py +2 -9
  2. reflex/__init__.pyi +4 -2
  3. reflex/app.py +16 -10
  4. reflex/compiler/compiler.py +10 -3
  5. reflex/components/base/app_wrap.pyi +0 -1
  6. reflex/components/base/body.pyi +0 -2
  7. reflex/components/base/document.pyi +0 -12
  8. reflex/components/base/error_boundary.pyi +0 -2
  9. reflex/components/base/fragment.pyi +0 -2
  10. reflex/components/base/link.pyi +0 -4
  11. reflex/components/base/meta.pyi +0 -6
  12. reflex/components/base/script.py +0 -2
  13. reflex/components/base/script.pyi +0 -2
  14. reflex/components/base/strict_mode.pyi +0 -2
  15. reflex/components/component.py +2 -30
  16. reflex/components/core/auto_scroll.pyi +0 -2
  17. reflex/components/core/banner.pyi +0 -10
  18. reflex/components/core/client_side_routing.pyi +0 -2
  19. reflex/components/core/clipboard.py +1 -3
  20. reflex/components/core/clipboard.pyi +0 -2
  21. reflex/components/core/cond.py +0 -2
  22. reflex/components/core/debounce.pyi +0 -1
  23. reflex/components/core/helmet.pyi +0 -2
  24. reflex/components/core/html.pyi +0 -2
  25. reflex/components/core/match.py +1 -2
  26. reflex/components/core/sticky.pyi +0 -4
  27. reflex/components/core/upload.pyi +0 -10
  28. reflex/components/core/window_events.pyi +0 -2
  29. reflex/components/datadisplay/code.py +6 -4
  30. reflex/components/datadisplay/code.pyi +0 -4
  31. reflex/components/datadisplay/dataeditor.pyi +0 -2
  32. reflex/components/datadisplay/shiki_code_block.pyi +0 -6
  33. reflex/components/el/element.pyi +0 -2
  34. reflex/components/el/elements/base.pyi +0 -2
  35. reflex/components/el/elements/forms.py +5 -21
  36. reflex/components/el/elements/forms.pyi +0 -38
  37. reflex/components/el/elements/inline.pyi +0 -56
  38. reflex/components/el/elements/media.pyi +0 -52
  39. reflex/components/el/elements/metadata.pyi +0 -12
  40. reflex/components/el/elements/other.pyi +0 -14
  41. reflex/components/el/elements/scripts.pyi +0 -6
  42. reflex/components/el/elements/sectioning.pyi +0 -30
  43. reflex/components/el/elements/tables.pyi +0 -20
  44. reflex/components/el/elements/typography.pyi +0 -32
  45. reflex/components/gridjs/datatable.pyi +0 -4
  46. reflex/components/lucide/icon.py +12 -1
  47. reflex/components/lucide/icon.pyi +12 -7
  48. reflex/components/markdown/markdown.pyi +0 -2
  49. reflex/components/moment/moment.pyi +0 -2
  50. reflex/components/plotly/plotly.py +25 -17
  51. reflex/components/plotly/plotly.pyi +0 -18
  52. reflex/components/radix/primitives/accordion.pyi +0 -14
  53. reflex/components/radix/primitives/base.pyi +0 -4
  54. reflex/components/radix/primitives/drawer.pyi +0 -22
  55. reflex/components/radix/primitives/form.pyi +0 -20
  56. reflex/components/radix/primitives/progress.pyi +0 -10
  57. reflex/components/radix/primitives/slider.pyi +0 -10
  58. reflex/components/radix/themes/base.py +2 -4
  59. reflex/components/radix/themes/base.pyi +0 -15
  60. reflex/components/radix/themes/color_mode.pyi +0 -5
  61. reflex/components/radix/themes/components/alert_dialog.pyi +0 -11
  62. reflex/components/radix/themes/components/aspect_ratio.pyi +0 -2
  63. reflex/components/radix/themes/components/avatar.pyi +0 -2
  64. reflex/components/radix/themes/components/badge.pyi +0 -2
  65. reflex/components/radix/themes/components/button.pyi +0 -2
  66. reflex/components/radix/themes/components/callout.pyi +0 -10
  67. reflex/components/radix/themes/components/card.pyi +0 -2
  68. reflex/components/radix/themes/components/checkbox.pyi +0 -6
  69. reflex/components/radix/themes/components/checkbox_cards.pyi +0 -4
  70. reflex/components/radix/themes/components/checkbox_group.pyi +0 -4
  71. reflex/components/radix/themes/components/context_menu.pyi +0 -26
  72. reflex/components/radix/themes/components/data_list.pyi +0 -8
  73. reflex/components/radix/themes/components/dialog.pyi +0 -12
  74. reflex/components/radix/themes/components/dropdown_menu.pyi +0 -14
  75. reflex/components/radix/themes/components/hover_card.pyi +0 -7
  76. reflex/components/radix/themes/components/icon_button.pyi +0 -2
  77. reflex/components/radix/themes/components/inset.pyi +0 -2
  78. reflex/components/radix/themes/components/popover.pyi +0 -6
  79. reflex/components/radix/themes/components/progress.pyi +0 -2
  80. reflex/components/radix/themes/components/radio.pyi +0 -2
  81. reflex/components/radix/themes/components/radio_cards.pyi +0 -4
  82. reflex/components/radix/themes/components/radio_group.pyi +0 -8
  83. reflex/components/radix/themes/components/scroll_area.pyi +0 -2
  84. reflex/components/radix/themes/components/segmented_control.pyi +0 -4
  85. reflex/components/radix/themes/components/select.pyi +0 -18
  86. reflex/components/radix/themes/components/separator.pyi +0 -2
  87. reflex/components/radix/themes/components/skeleton.pyi +0 -2
  88. reflex/components/radix/themes/components/slider.pyi +0 -2
  89. reflex/components/radix/themes/components/spinner.pyi +0 -2
  90. reflex/components/radix/themes/components/switch.pyi +0 -2
  91. reflex/components/radix/themes/components/table.pyi +0 -14
  92. reflex/components/radix/themes/components/tabs.pyi +0 -10
  93. reflex/components/radix/themes/components/text_area.pyi +0 -2
  94. reflex/components/radix/themes/components/text_field.pyi +0 -6
  95. reflex/components/radix/themes/components/tooltip.pyi +0 -2
  96. reflex/components/radix/themes/layout/base.pyi +0 -2
  97. reflex/components/radix/themes/layout/box.pyi +0 -2
  98. reflex/components/radix/themes/layout/center.pyi +0 -2
  99. reflex/components/radix/themes/layout/container.pyi +0 -1
  100. reflex/components/radix/themes/layout/flex.pyi +0 -2
  101. reflex/components/radix/themes/layout/grid.pyi +0 -2
  102. reflex/components/radix/themes/layout/list.pyi +0 -10
  103. reflex/components/radix/themes/layout/section.pyi +0 -2
  104. reflex/components/radix/themes/layout/spacer.pyi +0 -2
  105. reflex/components/radix/themes/layout/stack.pyi +0 -6
  106. reflex/components/radix/themes/typography/blockquote.pyi +0 -2
  107. reflex/components/radix/themes/typography/code.pyi +0 -2
  108. reflex/components/radix/themes/typography/heading.pyi +0 -2
  109. reflex/components/radix/themes/typography/link.pyi +0 -2
  110. reflex/components/radix/themes/typography/text.pyi +0 -14
  111. reflex/components/react_player/audio.pyi +0 -2
  112. reflex/components/react_player/react_player.pyi +0 -2
  113. reflex/components/react_player/video.pyi +0 -2
  114. reflex/components/react_router/dom.pyi +0 -2
  115. reflex/components/recharts/cartesian.pyi +0 -38
  116. reflex/components/recharts/charts.pyi +0 -24
  117. reflex/components/recharts/general.pyi +0 -12
  118. reflex/components/recharts/polar.pyi +0 -12
  119. reflex/components/recharts/recharts.pyi +0 -4
  120. reflex/components/sonner/toast.pyi +0 -2
  121. reflex/components/tags/cond_tag.py +4 -3
  122. reflex/components/tags/iter_tag.py +1 -1
  123. reflex/components/tags/match_tag.py +3 -2
  124. reflex/components/tags/tag.py +39 -40
  125. reflex/constants/compiler.py +0 -8
  126. reflex/constants/installer.py +5 -5
  127. reflex/event.py +77 -15
  128. reflex/page.py +62 -4
  129. reflex/reflex.py +2 -5
  130. reflex/utils/net.py +7 -2
  131. reflex/utils/prerequisites.py +8 -71
  132. reflex/utils/processes.py +6 -6
  133. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/METADATA +2 -2
  134. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/RECORD +137 -141
  135. reflex/components/el/constants/__init__.py +0 -5
  136. reflex/components/el/constants/html.py +0 -343
  137. reflex/components/el/constants/react.py +0 -501
  138. reflex/components/el/constants/reflex.py +0 -51
  139. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/WHEEL +0 -0
  140. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/entry_points.txt +0 -0
  141. {reflex-0.8.4a2.dist-info → reflex-0.8.5a1.dist-info}/licenses/LICENSE +0 -0
@@ -16,7 +16,6 @@ from reflex.vars.base import Var
16
16
 
17
17
  from .base import BaseHTML
18
18
 
19
- FORM_DATA = Var(_js_expr="form_data")
20
19
  HANDLE_SUBMIT_JS_JINJA2 = Environment().from_string(
21
20
  "\n const handleSubmit_{{ handle_submit_unique_name }} = useCallback((ev) => {\n const $form = ev.target\n ev.preventDefault()\n const {{ form_data }} = {...Object.fromEntries(new FormData($form).entries()), ...{{ field_ref_mapping }}};\n\n ({{ on_submit_event_chain }}(ev));\n\n if ({{ reset_on_submit }}) {\n $form.reset()\n }\n })\n "
22
21
  )
@@ -227,7 +226,6 @@ class Button(BaseHTML):
227
226
  id: Any | None = None,
228
227
  ref: Var | None = None,
229
228
  class_name: Any | None = None,
230
- autofocus: bool | None = None,
231
229
  custom_attrs: dict[str, Var | Any] | None = None,
232
230
  on_blur: EventType[()] | None = None,
233
231
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -283,7 +281,6 @@ class Button(BaseHTML):
283
281
  id: The id for the component.
284
282
  ref: The Var to pass as the ref to the component.
285
283
  class_name: The class name for the component.
286
- autofocus: Whether the component should take the focus once the page is loaded
287
284
  custom_attrs: custom attribute
288
285
  **props: The props of the component.
289
286
 
@@ -483,7 +480,6 @@ class Datalist(BaseHTML):
483
480
  id: Any | None = None,
484
481
  ref: Var | None = None,
485
482
  class_name: Any | None = None,
486
- autofocus: bool | None = None,
487
483
  custom_attrs: dict[str, Var | Any] | None = None,
488
484
  on_blur: EventType[()] | None = None,
489
485
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -528,7 +524,6 @@ class Datalist(BaseHTML):
528
524
  id: The id for the component.
529
525
  ref: The Var to pass as the ref to the component.
530
526
  class_name: The class name for the component.
531
- autofocus: Whether the component should take the focus once the page is loaded
532
527
  custom_attrs: custom attribute
533
528
  **props: The props of the component.
534
529
 
@@ -553,7 +548,6 @@ class Fieldset(Element):
553
548
  id: Any | None = None,
554
549
  ref: Var | None = None,
555
550
  class_name: Any | None = None,
556
- autofocus: bool | None = None,
557
551
  custom_attrs: dict[str, Var | Any] | None = None,
558
552
  on_blur: EventType[()] | None = None,
559
553
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -585,7 +579,6 @@ class Fieldset(Element):
585
579
  id: The id for the component.
586
580
  ref: The Var to pass as the ref to the component.
587
581
  class_name: The class name for the component.
588
- autofocus: Whether the component should take the focus once the page is loaded
589
582
  custom_attrs: custom attribute
590
583
  **props: The props of the component.
591
584
 
@@ -593,9 +586,6 @@ class Fieldset(Element):
593
586
  The component.
594
587
  """
595
588
 
596
- def on_submit_event_spec() -> tuple[Var[dict[str, Any]]]: ...
597
- def on_submit_string_event_spec() -> tuple[Var[dict[str, str]]]: ...
598
-
599
589
  class Form(BaseHTML):
600
590
  @classmethod
601
591
  def create(
@@ -799,7 +789,6 @@ class Form(BaseHTML):
799
789
  id: Any | None = None,
800
790
  ref: Var | None = None,
801
791
  class_name: Any | None = None,
802
- autofocus: bool | None = None,
803
792
  custom_attrs: dict[str, Var | Any] | None = None,
804
793
  on_blur: EventType[()] | None = None,
805
794
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -860,7 +849,6 @@ class Form(BaseHTML):
860
849
  id: The id for the component.
861
850
  ref: The Var to pass as the ref to the component.
862
851
  class_name: The class name for the component.
863
- autofocus: Whether the component should take the focus once the page is loaded
864
852
  custom_attrs: custom attribute
865
853
  **props: The properties of the form.
866
854
 
@@ -1171,7 +1159,6 @@ class BaseInput(BaseHTML):
1171
1159
  id: Any | None = None,
1172
1160
  ref: Var | None = None,
1173
1161
  class_name: Any | None = None,
1174
- autofocus: bool | None = None,
1175
1162
  custom_attrs: dict[str, Var | Any] | None = None,
1176
1163
  on_blur: EventType[()] | None = None,
1177
1164
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -1257,7 +1244,6 @@ class BaseInput(BaseHTML):
1257
1244
  id: The id for the component.
1258
1245
  ref: The Var to pass as the ref to the component.
1259
1246
  class_name: The class name for the component.
1260
- autofocus: Whether the component should take the focus once the page is loaded
1261
1247
  custom_attrs: custom attribute
1262
1248
  **props: The props of the component.
1263
1249
 
@@ -1540,7 +1526,6 @@ class CheckboxInput(BaseInput):
1540
1526
  id: Any | None = None,
1541
1527
  ref: Var | None = None,
1542
1528
  class_name: Any | None = None,
1543
- autofocus: bool | None = None,
1544
1529
  custom_attrs: dict[str, Var | Any] | None = None,
1545
1530
  on_blur: EventType[()] | EventType[bool] | None = None,
1546
1531
  on_change: EventType[()] | EventType[bool] | None = None,
@@ -1630,7 +1615,6 @@ class CheckboxInput(BaseInput):
1630
1615
  id: The id for the component.
1631
1616
  ref: The Var to pass as the ref to the component.
1632
1617
  class_name: The class name for the component.
1633
- autofocus: Whether the component should take the focus once the page is loaded
1634
1618
  custom_attrs: custom attribute
1635
1619
  **props: The props of the component.
1636
1620
 
@@ -1913,7 +1897,6 @@ class ValueNumberInput(BaseInput):
1913
1897
  id: Any | None = None,
1914
1898
  ref: Var | None = None,
1915
1899
  class_name: Any | None = None,
1916
- autofocus: bool | None = None,
1917
1900
  custom_attrs: dict[str, Var | Any] | None = None,
1918
1901
  on_blur: EventType[()]
1919
1902
  | EventType[float]
@@ -2015,7 +1998,6 @@ class ValueNumberInput(BaseInput):
2015
1998
  id: The id for the component.
2016
1999
  ref: The Var to pass as the ref to the component.
2017
2000
  class_name: The class name for the component.
2018
- autofocus: Whether the component should take the focus once the page is loaded
2019
2001
  custom_attrs: custom attribute
2020
2002
  **props: The props of the component.
2021
2003
 
@@ -2298,7 +2280,6 @@ class Input(BaseInput):
2298
2280
  id: Any | None = None,
2299
2281
  ref: Var | None = None,
2300
2282
  class_name: Any | None = None,
2301
- autofocus: bool | None = None,
2302
2283
  custom_attrs: dict[str, Var | Any] | None = None,
2303
2284
  on_blur: EventType[()] | EventType[str] | None = None,
2304
2285
  on_change: EventType[()] | EventType[str] | None = None,
@@ -2388,7 +2369,6 @@ class Input(BaseInput):
2388
2369
  id: The id for the component.
2389
2370
  ref: The Var to pass as the ref to the component.
2390
2371
  class_name: The class name for the component.
2391
- autofocus: Whether the component should take the focus once the page is loaded
2392
2372
  custom_attrs: custom attribute
2393
2373
  **props: The properties of the component.
2394
2374
 
@@ -2590,7 +2570,6 @@ class Label(BaseHTML):
2590
2570
  id: Any | None = None,
2591
2571
  ref: Var | None = None,
2592
2572
  class_name: Any | None = None,
2593
- autofocus: bool | None = None,
2594
2573
  custom_attrs: dict[str, Var | Any] | None = None,
2595
2574
  on_blur: EventType[()] | None = None,
2596
2575
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2637,7 +2616,6 @@ class Label(BaseHTML):
2637
2616
  id: The id for the component.
2638
2617
  ref: The Var to pass as the ref to the component.
2639
2618
  class_name: The class name for the component.
2640
- autofocus: Whether the component should take the focus once the page is loaded
2641
2619
  custom_attrs: custom attribute
2642
2620
  **props: The props of the component.
2643
2621
 
@@ -2837,7 +2815,6 @@ class Legend(BaseHTML):
2837
2815
  id: Any | None = None,
2838
2816
  ref: Var | None = None,
2839
2817
  class_name: Any | None = None,
2840
- autofocus: bool | None = None,
2841
2818
  custom_attrs: dict[str, Var | Any] | None = None,
2842
2819
  on_blur: EventType[()] | None = None,
2843
2820
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -2882,7 +2859,6 @@ class Legend(BaseHTML):
2882
2859
  id: The id for the component.
2883
2860
  ref: The Var to pass as the ref to the component.
2884
2861
  class_name: The class name for the component.
2885
- autofocus: Whether the component should take the focus once the page is loaded
2886
2862
  custom_attrs: custom attribute
2887
2863
  **props: The props of the component.
2888
2864
 
@@ -3089,7 +3065,6 @@ class Meter(BaseHTML):
3089
3065
  id: Any | None = None,
3090
3066
  ref: Var | None = None,
3091
3067
  class_name: Any | None = None,
3092
- autofocus: bool | None = None,
3093
3068
  custom_attrs: dict[str, Var | Any] | None = None,
3094
3069
  on_blur: EventType[()] | None = None,
3095
3070
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3141,7 +3116,6 @@ class Meter(BaseHTML):
3141
3116
  id: The id for the component.
3142
3117
  ref: The Var to pass as the ref to the component.
3143
3118
  class_name: The class name for the component.
3144
- autofocus: Whether the component should take the focus once the page is loaded
3145
3119
  custom_attrs: custom attribute
3146
3120
  **props: The props of the component.
3147
3121
 
@@ -3343,7 +3317,6 @@ class Optgroup(BaseHTML):
3343
3317
  id: Any | None = None,
3344
3318
  ref: Var | None = None,
3345
3319
  class_name: Any | None = None,
3346
- autofocus: bool | None = None,
3347
3320
  custom_attrs: dict[str, Var | Any] | None = None,
3348
3321
  on_blur: EventType[()] | None = None,
3349
3322
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3390,7 +3363,6 @@ class Optgroup(BaseHTML):
3390
3363
  id: The id for the component.
3391
3364
  ref: The Var to pass as the ref to the component.
3392
3365
  class_name: The class name for the component.
3393
- autofocus: Whether the component should take the focus once the page is loaded
3394
3366
  custom_attrs: custom attribute
3395
3367
  **props: The props of the component.
3396
3368
 
@@ -3594,7 +3566,6 @@ class Option(BaseHTML):
3594
3566
  id: Any | None = None,
3595
3567
  ref: Var | None = None,
3596
3568
  class_name: Any | None = None,
3597
- autofocus: bool | None = None,
3598
3569
  custom_attrs: dict[str, Var | Any] | None = None,
3599
3570
  on_blur: EventType[()] | None = None,
3600
3571
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3643,7 +3614,6 @@ class Option(BaseHTML):
3643
3614
  id: The id for the component.
3644
3615
  ref: The Var to pass as the ref to the component.
3645
3616
  class_name: The class name for the component.
3646
- autofocus: Whether the component should take the focus once the page is loaded
3647
3617
  custom_attrs: custom attribute
3648
3618
  **props: The props of the component.
3649
3619
 
@@ -3846,7 +3816,6 @@ class Output(BaseHTML):
3846
3816
  id: Any | None = None,
3847
3817
  ref: Var | None = None,
3848
3818
  class_name: Any | None = None,
3849
- autofocus: bool | None = None,
3850
3819
  custom_attrs: dict[str, Var | Any] | None = None,
3851
3820
  on_blur: EventType[()] | None = None,
3852
3821
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -3894,7 +3863,6 @@ class Output(BaseHTML):
3894
3863
  id: The id for the component.
3895
3864
  ref: The Var to pass as the ref to the component.
3896
3865
  class_name: The class name for the component.
3897
- autofocus: Whether the component should take the focus once the page is loaded
3898
3866
  custom_attrs: custom attribute
3899
3867
  **props: The props of the component.
3900
3868
 
@@ -4097,7 +4065,6 @@ class Progress(BaseHTML):
4097
4065
  id: Any | None = None,
4098
4066
  ref: Var | None = None,
4099
4067
  class_name: Any | None = None,
4100
- autofocus: bool | None = None,
4101
4068
  custom_attrs: dict[str, Var | Any] | None = None,
4102
4069
  on_blur: EventType[()] | None = None,
4103
4070
  on_click: EventType[()] | EventType[PointerEventInfo] | None = None,
@@ -4145,7 +4112,6 @@ class Progress(BaseHTML):
4145
4112
  id: The id for the component.
4146
4113
  ref: The Var to pass as the ref to the component.
4147
4114
  class_name: The class name for the component.
4148
- autofocus: Whether the component should take the focus once the page is loaded
4149
4115
  custom_attrs: custom attribute
4150
4116
  **props: The props of the component.
4151
4117
 
@@ -4355,7 +4321,6 @@ class Select(BaseHTML):
4355
4321
  id: Any | None = None,
4356
4322
  ref: Var | None = None,
4357
4323
  class_name: Any | None = None,
4358
- autofocus: bool | None = None,
4359
4324
  custom_attrs: dict[str, Var | Any] | None = None,
4360
4325
  on_blur: EventType[()] | None = None,
4361
4326
  on_change: EventType[()] | EventType[str] | None = None,
@@ -4412,7 +4377,6 @@ class Select(BaseHTML):
4412
4377
  id: The id for the component.
4413
4378
  ref: The Var to pass as the ref to the component.
4414
4379
  class_name: The class name for the component.
4415
- autofocus: Whether the component should take the focus once the page is loaded
4416
4380
  custom_attrs: custom attribute
4417
4381
  **props: The props of the component.
4418
4382
 
@@ -4633,7 +4597,6 @@ class Textarea(BaseHTML):
4633
4597
  id: Any | None = None,
4634
4598
  ref: Var | None = None,
4635
4599
  class_name: Any | None = None,
4636
- autofocus: bool | None = None,
4637
4600
  custom_attrs: dict[str, Var | Any] | None = None,
4638
4601
  on_blur: EventType[()] | EventType[str] | None = None,
4639
4602
  on_change: EventType[()] | EventType[str] | None = None,
@@ -4710,7 +4673,6 @@ class Textarea(BaseHTML):
4710
4673
  id: The id for the component.
4711
4674
  ref: The Var to pass as the ref to the component.
4712
4675
  class_name: The class name for the component.
4713
- autofocus: Whether the component should take the focus once the page is loaded
4714
4676
  custom_attrs: custom attribute
4715
4677
  **props: The properties of the textarea.
4716
4678