material-components-ios icon indicating copy to clipboard operation
material-components-ios copied to clipboard

[In maintenance mode] Modular and customizable Material Design UI components for iOS

Results 105 material-components-ios issues
Sort by recently updated
recently updated
newest added

## Feature Request/Suggestion MDCChipField's chip selected behavior should be same as the one gmail does, when any chip is selected, the cursor should be hidden. ## Additional context From this...

type:Bug
[ChipTextField]

> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). A clear and concise description of what the bug is. ## Reproduction steps Pod does not install pod 'MaterialComponents/TextControls+OutlinedTextAreas' pod 'MaterialComponents/TextControls+OutlinedTextFields' 1....

type:Question
skill:CocoaPods

![IMG_0803](https://user-images.githubusercontent.com/50827434/94010672-df002480-fdc3-11ea-9d1b-05c8b3f64b9a.jpg) I want my Textfield border radius half to my textfield's height. To achieving this is set borderRadius accordingly. But it results a parallel line created across my floating text....

type:Bug
[TextFields]

> For usage questions: ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/material-components+ios). Actually I'm not sure this is bug or not. ## Reproduction steps Steps to reproduce the behavior: ``` @IBOutlet weak var fullNameContainerView:...

type:Bug
[TextFields]

I cant resize the leadingView size, i try change all values of frame and constraint... ## Reproduction steps ` let view = MDCTextField(frame: .zero) view.placeholder = "Password" self.passwordController = MDCTextInputControllerOutlined(textInput:...

type:Question
[TextFields]

Hi, I'm trying successless to round the ActionSheet's top corners: ``` let actionSheetCall = MDCActionSheetController(title: "Title", message: "Message") actionSheetCall.contentEdgeInsets.left = -20 let mask = CAShapeLayer() let path = UIBezierPath(roundedRect: bounds,...

type:Question
[ActionSheet]

## Feature Request/Suggestion A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Additional context Add any other context or screenshots about the...

type:Question
[Snackbar]

Override trailing view/ (button inside textfield) A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm trying to accomplish this functionality. I'm able...

type:Bug
[TextFields]

I'm trying to center the inline and floating placeholder inside an MDCTextField that is using MDCTextInputControllerUnderline or some other controller with no success. ## Reproduction steps I have an MDCTextField...

type:Feature request
[TextFields]
skill:Auto Layout

https://github.com/Carthage/Carthage We should consider supporting this alongside CocoaPods. --- #### Internal data - Associated internal bug: [b/117179591](http://b/117179591)

type:Feature request
[ShadowLayer]
skill:Carthage