File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/src/screens/componentScreens
src/components/picker/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ export default class PickerScreen extends Component {
266
266
< Picker
267
267
value = { this . state . filter }
268
268
onChange = { value => this . setState ( { filter : value } ) }
269
- label = "Your Posts"
269
+ label = "Your Posts: "
270
270
placeholder = "Filter posts"
271
271
fieldType = { Picker . fieldTypes . filter }
272
272
marginB-s3
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const useFieldType = (props: UseFieldTypeProps) => {
21
21
return {
22
22
preset : preset || null ,
23
23
containerStyle : { flexDirection : 'row' } ,
24
- label : label && ` ${ label } : ` ,
24
+ label,
25
25
labelStyle : { ...Typography . text70 , color : Colors . $textNeutral } ,
26
26
trailingAccessory : trailingAccessory ?? < Icon marginL-s1 source = { dropdown } />
27
27
} ;
You can’t perform that action at this time.
0 commit comments