mirror of
https://github.com/IT4Change/ohmyform-ui.git
synced 2026-01-18 10:31:17 +00:00
parent
a8f90d6bf1
commit
3937e584ed
@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
||||
### Added
|
||||
### Changed
|
||||
### Fixed
|
||||
|
||||
- typo in dropdown options https://github.com/ohmyform/ohmyform/issues/96
|
||||
|
||||
### Security
|
||||
|
||||
## [0.9.5] - 2020-06-10
|
||||
|
||||
@ -26,7 +26,7 @@ export const DropdownType: React.FC<FieldTypeProps> = ({ field, design }) => {
|
||||
.filter((option) => option.key === null)
|
||||
.map((option) => (
|
||||
<Select.Option value={option.value} key={option.value}>
|
||||
OK{option.title || option.value}
|
||||
{option.title || option.value}
|
||||
</Select.Option>
|
||||
))}
|
||||
</StyledSelect>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user