Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Textfield disabled view remove under line #249

Open puvanarajan opened 5 years ago

puvanarajan commented 5 years ago

ℹ Please fill out this template when filing an issue. All lines beginning with an ℹ symbol instruct you with what info we expect. Please remove this line and all above before submitting.

Before you start, are you using the latest SkyFloatingLabelTextField release?

Issues are for feature requests, and bugs; questions should go to Stack Overflow with the tag skyfloatinglabeltextfield.

Report

What did you do?

Disabled the textfield

What did you expect to happen?

When I disabled the textfield need to remove the underline

What happened instead?

When I disabled the textfield it is showing the underline

Environment

ℹ Please fill in this section with information about your environment

Xcode Version: SkyFloatingLabelTextField Version: Deployment Target: Base SDK: Method of Integration: CocoaPods | Carthage | Manual

Project that demonstrates the issue

ℹ Please link to a project we can download that reproduces the issue if applicable.

akash-stha commented 3 years ago

How do I disable the bottom borderline? textField.borderStyle = .none doesn't work.