File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,15 +130,15 @@ All Attributes
130
130
131
131
`aria_* <https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes >`__
132
132
ARIA attributes let you specify the accessibility tree information for this element.
133
- See ARIA attributes for a complete reference. In ReactPr , all ARIA attribute names are
133
+ See ARIA attributes for a complete reference. In ReactPy , all ARIA attribute names are
134
134
exactly the same as in HTML.
135
135
136
136
`auto_capitalize <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/autocapitalize >`__
137
137
A string. Specifies whether and how the user input should be capitalized.
138
138
139
139
`content_editable <https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable >`__
140
140
A boolean. If true, the browser lets the user edit the rendered element directly. This
141
- is used to implement rich text input libraries like Lexical. ReactPr warns if you try
141
+ is used to implement rich text input libraries like Lexical. ReactPy warns if you try
142
142
to pass children to an element with ``content_editable = True `` because ReactPy will
143
143
not be able to update its content after user edits.
144
144
You can’t perform that action at this time.
0 commit comments