MLH-Fellowship / react-jsonschema-form

A React component for building Web forms from JSON Schema.
https://rjsf-team.github.io/react-jsonschema-form/
Apache License 2.0
0 stars 0 forks source link

SelectWidget is lacking placeholder #89

Closed adrianparvino closed 4 years ago

adrianparvino commented 4 years ago

Prerequisites

Description

The core package uses placeholder as one of the options[1]. This option was not included in the mui theme [2](Find in page "placeholder"), and consequently was also not included in this theme.

[1] https://github.com/rjsf-team/react-jsonschema-form/blob/master/packages/core/src/components/widgets/SelectWidget.js#L94-L96 [2] https://github.com/rjsf-team/react-jsonschema-form/blob/master/packages/material-ui/src/SelectWidget/SelectWidget.tsx

anikethsaha commented 4 years ago

Fixed