Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboBox: Add name prop #5321

Closed
FallingSnow opened this issue Jun 22, 2018 · 2 comments
Closed

ComboBox: Add name prop #5321

FallingSnow opened this issue Jun 22, 2018 · 2 comments

Comments

@FallingSnow
Copy link

Bug Report

  • Package version(s): 6.18.0
  • Browser and OS versions: Firefox Nightly 62.0a1, Linux 64bit

Priorities and help requested:

Are you willing to submit a PR to fix? No

Requested priority: Low

Products/sites affected: -

Describe the issue:

ComboBoxes do not pass the name property to the inner input. This impares it's usage in forms, especially with HTML5 Formdata.

Actual behavior:

No name property on the inner input tag.

Expected behavior:

Matching name property on the inner input tag.

@mikewheaton mikewheaton changed the title ComboBox: Does not pass through name prop to inner input ComboBox: Add name prop Oct 18, 2018
@mikewheaton
Copy link
Contributor

I also can't see a way to provide a name attribute to the input that ComboBox renders. It would be useful to have a prop specifically for this purpose or to be able to pass in a full set of props to the TextField within.

@micahgodbolt
Copy link
Member

Adding this to #6030, which is our meta issue for the consolidation of dropdown and comobobox

@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants