Skip to content

This inputbox widget supports the firing of a microflow for every keystroke. This is great for example with live previews.

License

Notifications You must be signed in to change notification settings

ClevrSolutions/OnchangeInputbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OnChange InputBox/TextArea Support

This widget creates an inputbox or textarea that lets you run a microflow or nanoflow every time a user changes the content, one key press at a time. It features a delay and a minimum character threshold to prevent excessive microflow or nanoflow calls.

Contributing

For more information on contributing to this repository visit Contributing to a GitHub repository!

Properties

OnchnageInputbox

Attribute: The attribute that is linked to the inputbox.

On change microflow: The microflow that is triggered when text in the inputbox is changed.

On change nanoflow: The nanoflow that is triggered when text in the inputbox is changed.

On leave microflow: The microflow that is triggered when the inputbox loses focus.

On leave nanoflow: The nanoflow that is triggered when the inputbox loses focus.

Delay: [Optional] The delay in milliseconds before the on change microflow or nanoflow is triggered.

Character Threshold: [Optional] The minimum amount of characters required for the on change microflow or nanoflow to be triggered.

OnchangeTextarea

Attribute: The attribute that is linked to the inputbox.

On change microflow: The microflow that is triggered whenever text in the textarea is changed.

On change nanoflow: The nanoflow that is triggered whenever text in the textarea is changed.

Delay: [Optional] The delay in milliseconds before the on change microflow or nanoflow is triggered.

Character Threshold: [Optional] The minimum amount of characters required for the on change microflow to be triggered.

The attributes under General are exactly the same as those for a normal TextArea.

About

This inputbox widget supports the firing of a microflow for every keystroke. This is great for example with live previews.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.1%
  • HTML 0.9%