appnexus / lucid

A UI component library from Xandr.

Home Page:https://appnexus.github.io/lucid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Autocomplete component with an onSubmit handler

panjms opened this issue · comments

commented

As of currently, Autocomplete does not have an onSubmit prop and has minimal styling.

Objectives:

  • add onSubmit handler
  • add SearchField as a child to mirror the styling (with search icon)

Looking through other components and making a POC currently, essentially mirror most of the functionality of SearchableSingleSelect, with some reduction in code (such as locking in a selection)