Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for InputTextStyle enum values. #1161

Merged
merged 3 commits into from
Mar 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix doc styling
  • Loading branch information
krittick committed Mar 10, 2022
commit 67348ca1bf6ca049621ef45177a56614494470f1
6 changes: 6 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1806,6 +1806,9 @@ of :class:`enum.Enum`.
.. attribute:: select

Represents a select component.
.. attribute:: input_text

Represents an input_text component.


.. class:: ButtonStyle
Expand Down Expand Up @@ -1850,6 +1853,9 @@ of :class:`enum.Enum`.
An alias for :attr:`link`.

.. class:: InputTextStyle

Represents the style of the input text component.

.. versionadded:: 2.0

.. attribute:: short
Expand Down