-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
SelectInput component doesn't display choices (SelectInput always disabled):
<ReferenceInput source="productId" reference="products">
<SelectInput optionText="name" />
</ReferenceInput>
When adding attributes "allowEmpty" and "validation={{ required: true }}" component renders fine:
<ReferenceInput source="productId" reference="products" allowEmpty validation={{ required: true }}>
<SelectInput optionText="name" />
</ReferenceInput>
version 0.9.1
rigobcastro, maxdow, nonotest, JonatanSalas, zifnab87 and 5 morezifnab87 and zcmgyuzcmgyu
Metadata
Metadata
Assignees
Labels
No labels