Skip to content
 
 

Latest commit

 

History

255 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WW-FORM-INPUT

This is an element for Weweb, to display an input. It make the input type and debounce value bindable.

Installation

To run locally, first install all dependencies with npm install.

Start

To serve locally, run npm run serve --port=[PORT], and then go to Weweb editor, open developper popup and add localhost:[PORT] as custom element.

Build

Before release, you can check build error by running npx weweb build name="ww-input-basic" type="wwobject".

Note that the CLI reads bare name= / type= arguments, so the dash-prefixed form (--name=...) fails with arg 'name="name"' not specified.

Changelog

  • 20/08/2026 - Make the textarea resize property bindable, and add a bindable min height that replaces "Rows" when auto grow is on
  • 17/08/2026 - Add textarea auto grow, with an optional max rows cap
  • 17/05/2026 - Add invalid state
  • 17/05/2026 - Add disabled state
  • 17/05/2026 - Add File type

About

Fork of the native WeWeb input.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages