-
Notifications
You must be signed in to change notification settings - Fork 40
Closed
Labels
E-epicA broad feature involving multiple parts (to break down into smaller issuesA broad feature involving multiple parts (to break down into smaller issues
Description
Create a new AddressInput field that behaves as a text input with autocomplete. This should be fed information from the backend with all addresses & their aliases. It should behave seamlessly as an input in forms where addresses are requested (e.g.: ETH transfer forms, contract ABI calls)
- Setup a generic
AutocompleteTextInputfield on@ethui/ui, where the callbacks for fetching data can be provided as props. This will allow us to later reuse the same component for autocompleting other things (such as transaction hashes, contract names, etc). This field should work inside of aFormelement (needs to useuseFormContext) - Create an
AddressAutocompleteTextInputon ethui that wraps the generic one, with callbacks to tauri for autocompleting with addresses/aliases - Create the tauri backend commands for feeding these autocomplete inputs
- Replace address fields in Contract calls
- Replace address fields in transform forms
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
E-epicA broad feature involving multiple parts (to break down into smaller issuesA broad feature involving multiple parts (to break down into smaller issues