Directory

io-value - Vaadin Add-on Directory

Ultra-lightweight editor for primitive data types (string, number, boolean) io-value - Vaadin Add-on Directory
**[ This description is mirrored from README.md at [github.com/arodic/io-value](https://github.com/arodic/io-value/blob/v2.1.0/README.md) on 2018-05-22 ]** [![Build status](https://travis-ci.org/arodic/io-value.svg?branch=master)](https://travis-ci.org/arodic/io-value) [![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://beta.webcomponents.org/element/arodic/io-value) ## <io-value> `io-value` is an ultra-lightweight editor for primitive data types (string, number, boolean). It wraps a simple inline-block element with minimal styling and very few listeners. A shared `input` element is attached while editing actions are performed. Example: ```html ``` Preview: ![io-value preview]( https://raw.githubusercontent.com/arodic/io-value/master/preview.png "io-value preview")