miso
Copyright(C) 2016-2026 David M. Johnson
LicenseBSD3-style (see the file LICENSE)
MaintainerDavid M. Johnson <code@dmj.io>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell2010

Miso.Native.X.Element.Textarea.Property

Description

 
Synopsis

Property

androidFullscreenMode_ :: Bool -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/textarea.html#android-fullscreen-mode

Whether to enter the full-screen input mode when in landscape screen.

Default Value: True

bounces_ :: Bool -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/textarea.html#bounces

  • iOS* only. Bounce effect when scrolling past the boundary.

Default Value: True

disabled_ :: Bool -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/textarea.html#disabled

Controls whether interaction is enabled.

Default Value: False

inputFilter_ :: MisoString -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/textarea.html#input-filter

Filters the input content in the form of a regular expression.

maxlength_ :: Int -> Attribute model action Source #

https://lynxjs.org/api/elements/built-in/textarea.html#maxlength

Maximum input length allowed.

Default Value: 140

Types