Input
A one line text input.
Self-closing.
<html>
...
<body>
<input type="text" placeholder="Hi">
<input type="number" placeholder="Locked" disabled>
...
</body>
</html>
Attributes
- Placeholder - placeholder text
- Type - the type of input
- Disabled - whether the input can be written to
Support
| Napture | Bussinga | WXV Core | |
|---|---|---|---|
| supported | v1.0.0 | v0.0.1 | 1 |
| placeholder | None | None | 1 |
| type | None | v0.0.1 | 1 |
| disabled | None | None | 1 |