accessible-autocomplete
accessible-autocomplete copied to clipboard
Issue 157: trigger `onConfirm` after set state
onConfirm is currently triggered before setState is called,
to keep proper state with what is sent to onConfirm, setState
should be called then onConfirm.
This is to resolve #157
Have some linting errors, let me fix
See comment, looks good otherwise. 👍
Should this be documented somewhere?
Edit: Actually, I've reread it this does not introduce anything new. 👍
Any update on this? Thanks!
I've rebased this one with main to help us review