dojo / widgets

:rocket: Dojo - UI widgets.
https://widgets.dojo.io
Other
88 stars 66 forks source link

1564 - Allow typeahead selection on tab #1736

Closed KaneFreeman closed 3 years ago

KaneFreeman commented 3 years ago

Type: feature

The following has been addressed in the PR:

Description: Allow typeahead selection on tab in addition to enter.

Resolves #1564

vercel[bot] commented 3 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

dojo.widgets – ./

πŸ” Inspect: https://vercel.com/dojo/dojo.widgets/4W5Hud6MJqEzBChydKyMoi54zia8
βœ… Preview: https://dojowidgets-git-fork-kanefreeman-1564-typeahead-compl-8a4f91.vercel.app

widget-test-docs – ./

πŸ” Inspect: https://vercel.com/dojo/widget-test-docs/3SxHoTVTGXC3SL73S1JkmPnWjPXQ
βœ… Preview: https://widget-test-do-git-fork-kanefreeman-1564-typeahead-compl-7313ca.vercel.app

codecov[bot] commented 3 years ago

Codecov Report

Merging #1736 (8801c2a) into master (7fbe4e9) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1736   +/-   ##
=======================================
  Coverage   90.24%   90.24%           
=======================================
  Files          94       94           
  Lines        5116     5116           
  Branches     1392     1392           
=======================================
  Hits         4617     4617           
  Misses        244      244           
  Partials      255      255           
Impacted Files Coverage Ξ”
src/typeahead/index.tsx 80.84% <ΓΈ> (ΓΈ)

Continue to review full report at Codecov.

Legend - Click here to learn more Ξ” = absolute <relative> (impact), ΓΈ = not affected, ? = missing data Powered by Codecov. Last update 7fbe4e9...8801c2a. Read the comment docs.

agubler commented 3 years ago

Nice and simple one!