mirror of
https://github.com/maputnik/editor.git
synced 2026-06-23 07:37:26 +00:00
Use StringInput for 'formatted' field type
This commit is contained in:
@@ -81,6 +81,7 @@ export default class SpecField extends React.Component {
|
|||||||
options={options}
|
options={options}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
case 'formatted':
|
||||||
case 'string':
|
case 'string':
|
||||||
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
if(iconProperties.indexOf(this.props.fieldName) >= 0) {
|
||||||
return <IconInput
|
return <IconInput
|
||||||
|
|||||||
Reference in New Issue
Block a user