material-bread icon indicating copy to clipboard operation
material-bread copied to clipboard

Textfield Leading icon doesn't show up

Open ghost opened this issue 6 years ago • 4 comments

ghost avatar Aug 30 '19 18:08 ghost

@thyagarajarahul I'm having trouble reproducing this on iOS, Android, Electron, and the Web:

Components | TextField : Flat - with leadingIcon ⋅ Storybook 2019-08-30 15-42-58

Please follow the issue template so I can debug this:

What device and OS are you using? Did you install and link react-native-vector-icons? What does your code look like?

codypearce avatar Aug 30 '19 22:08 codypearce

I am using an iOS Simulator 12.4

I have got the trailing icon working fine. Yes react-native-vector-icons are working as intended.

I get this when I try leading

"Failed prop type: Invalid prop leadingIcon of type object supplied to TextFieldLabel, expected boolean"

My code: leadingIcon={<IconButton name={iconName} size={iconSize} color={iconColor} />}

ghost avatar Aug 31 '19 09:08 ghost

Also could you tell me why disabled FAB decreases the opacity of the FAB and if there is a way to disable a single tab in tabs component?

ghost avatar Aug 31 '19 09:08 ghost

Is there any solution for this problem?

ghost avatar Sep 01 '19 18:09 ghost