Closed tested01 closed 7 years ago
The issue
TextInput has by default a border at the bottom of its view. This border has its padding set by the background image provided by the system, and it cannot be changed. Solutions to avoid this is to either not set height explicitly, case in which the system will take care of displaying the border in the correct position, or to not display the border by setting underlineColorAndroid to transparent.
Solution: setting underlineColorAndroid to transparent.
Resolve @ cf7a3925c2c65bcd80d2c4bbf1ab5a5e406421e7
The issue
TextInput has by default a border at the bottom of its view. This border has its padding set by the background image provided by the system, and it cannot be changed. Solutions to avoid this is to either not set height explicitly, case in which the system will take care of displaying the border in the correct position, or to not display the border by setting underlineColorAndroid to transparent.
Solution: setting underlineColorAndroid to transparent.