Allow the user to customize input element during run time.
<label be-typed><span>[Specify Name]</span></label>or
<label ⚙️><span>[Specify Name]</span></label>- Adds edit button inside label.
- Edit button opens dialog that allows user to select type of input (boolean, number, etc).
- Can also specify validation attributes
- Dialog also supports selecting name of input element.
- Be able to specify :name for be-reformable, so it becomes part of path or header
Any web server than can serve static files will do, but...
- Install git.
- Fork/clone this repo.
- Install node.js
- Install Python 3 or later
- Open command window to folder where you cloned this repo.
-
npm install
-
npm run serve
- Open http://localhost:8000/demo/ in a modern browser.
> npm run test
<script type=module crossorigin=anonymous>
import 'https://esm.run/be-typed';
</script>import 'be-typed/be-typed.js';