Building Forms
React-specific hooks for driving eligibility forms. For field types, see Eligibility Fields.
Payer autocomplete
usePayerAutocomplete wraps payer search with caching:
Pass the user’s search query as the first argument.
limit defaults to 10.
Eligibility input
useEligibilityInputField manages field state within an eligibility session:
value and setValue are strongly typed based on the field name.
Example
See the Demo Project for a full autocomplete example.