We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb18ad commit b88513aCopy full SHA for b88513a
src/floatingactionbutton/floatingactionbutton.ios.ts
@@ -62,7 +62,7 @@ export class FloatingActionButton extends FloatingActionButtonBase {
62
[expandedProperty.setNative](value: boolean) {
63
// UIView.animateWithDurationAnimations(0.25, () => {
64
this.nativeViewProtected.mode = value ? MDCFloatingButtonMode.Expanded : MDCFloatingButtonMode.Normal;
65
- this.nativeViewProtected.setTitleForState(value ? this.text : null, UIControlState.Normal);
+ // this.nativeViewProtected.setTitleForState(value ? this.text : null, UIControlState.Normal);
66
this.nativeViewProtected.sizeToFit();
67
// });
68
0 commit comments