microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Make submitting linked data in the Form more intuitive #98

Open janechu opened 2 years ago

janechu commented 2 years ago

Description

Autocomplete submittal of a value is unintuitive for linked data controls inside the Form, the user may navigate the autocompleted list, press Enter, then need to press Enter again to submit the value.

The reason for this explicit Enter being necessary is in case there are multiple values which could autocomplete the same value. The example would be "my-component" and "my-component-fancy".

Requirements