https://github.com/sj-distributor/budibase-component-form-input-with-events
Budibase input component with enter key event and loss of focus event
https://github.com/sj-distributor/budibase-component-form-input-with-events
budibase budibase-input budibase-input-event enterkey events
Last synced: 5 months ago
JSON representation
Budibase input component with enter key event and loss of focus event
- Host: GitHub
- URL: https://github.com/sj-distributor/budibase-component-form-input-with-events
- Owner: sj-distributor
- License: mit
- Created: 2023-02-14T01:03:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T07:51:04.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:48:46.257Z (6 months ago)
- Topics: budibase, budibase-input, budibase-input-event, enterkey, events
- Language: Svelte
- Homepage:
- Size: 95.7 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Simoon-F/budibase-component-form-input/actions/workflows/release.yml)
[](https://github.com/Simoon-F/budibase-component-form-input-with-events/blob/master/LICENSE)# budibase-component-form-input-with-events
Budibase input component with enter key event and loss of focus event.# Description
FormInputFind out more about [Budibase](https://github.com/Budibase/budibase).
## Instructions
To build your new plugin run the following in your Budibase CLI:
```
budi plugins --build
```You can also re-build everytime you make a change to your plugin with the command:
```
budi plugins --watch
```