ArrayInput#

Edit NumPy arrays as text, disabling editing above max_array_size.

Use pn.ui.ArrayInput to create this component.

API#

.. py:class:: ArrayInput(*, enter_pressed, max_length, size, color, error_state, helper_text, variant, attached, dark_theme, sx, theme_config, use_shadow_dom, max_array_size, description, placeholder, serializer, type, disabled, loading, align, aspect_ratio, css_classes, design, height, height_policy, margin, max_height, max_width, min_height, min_width, sizing_mode, styles, stylesheets, tags, visible, width, width_policy, label, value, name) :module: panel_material_ui.widgets.input

Edit NumPy arrays as text, disabling editing above max_array_size.

:Attributes:

   **value**
       ..

   **value_input**
       ..

.. !! processed by numpydoc !!

Parameter Definitions


Parameters inherited from:

   :class:`panel.viewable.Layoutable`: align, aspect_ratio, css_classes, design, min_width, min_height, max_width, max_height, styles, stylesheets, tags, width_policy, height_policy, sizing_mode, visible

   :class:`panel.widgets.base.Widget`: height

   :class:`panel.widgets.input.LiteralInput`: serializer, type

   :class:`panel.widgets.input.ArrayInput`: max_array_size

   :class:`panel.custom.ReactComponent`: use_shadow_dom

   :class:`panel_material_ui.base.MaterialComponent`: loading, dark_theme, theme_config, sx

   :class:`panel_material_ui.widgets.base.MaterialWidget`: label, margin, width, attached, description, disabled

   :class:`panel_material_ui.widgets.input.MaterialInputWidget`: color, error_state, helper_text, variant

   :class:`panel_material_ui.widgets.input._TextInputBase`: max_length, placeholder, size

   :class:`panel_material_ui.widgets.input.TextInput`: enter_pressed

value = Parameter(allow_None=True, label='Value')

    The widget value which the widget type resolves to when used
    as a reactive param reference.

value_input = Parameter(allow_None=True, constant=True, label='Value input', readonly=True)

    Initial or entered text value updated on every key press.

.. py:attribute:: ArrayInput.value :module: panel_material_ui.widgets.input :value: None

.. py:attribute:: ArrayInput.value_input :module: panel_material_ui.widgets.input :value: None