Typeahead inputs for Enso UI.
Install the package:
yarn add @enso-ui/typeahead- exports
Typeahead,EnsoTypeaheadas its public surface - keeps the Bulma presentation layer separate from the renderless/stateful layer where applicable
<script setup>
import { Typeahead, EnsoTypeahead } from '@enso-ui/typeahead/bulma';
</script>Public export available from src/bulma/Typeahead.vue.
Props:
hasErrorisRoundednoResultsplaceholdersearchingsearch
Events:
keydown
Public export available from src/bulma/EnsoTypeahead.vue.
Props:
source
Injects:
errorHandlerhttpi18nroute
- No additional Enso UI dependencies.
are welcome. Pull requests are great, but issues are good too. Thank you to all the people who already contributed to Enso!