FloatLabelFields icon indicating copy to clipboard operation
FloatLabelFields copied to clipboard

Fixed TextView floating behavior

Open NosovPavel opened this issue 7 years ago • 1 comments

Hi! When I was trying to implement floating textView I got wrong behaviour that I was trying to fix.

NosovPavel avatar Jan 17 '18 16:01 NosovPavel

You need to add

override var text: String! { didSet { didChangeTextValue() }}

because if setting text programmatically the hint is not showing.

NikKovIos avatar Oct 23 '19 18:10 NikKovIos