i am using latest version 6.5.1
And the latest change in the framework in 6.5.0 broke my plugin nativescript-material-textfield
in this line https://github.com/NativeScript/NativeScript/blob/master/nativescript-core/ui/text-base/text-base.android.ts#L107 you access this.nativeView instead of nativeView
This is a very easy fix but a pretty important bug in my case and for all people using my plugin.
Thanks
i am using latest version 6.5.1
And the latest change in the framework in 6.5.0 broke my plugin
nativescript-material-textfieldin this line https://github.com/NativeScript/NativeScript/blob/master/nativescript-core/ui/text-base/text-base.android.ts#L107 you access
this.nativeViewinstead ofnativeViewThis is a very easy fix but a pretty important bug in my case and for all people using my plugin.
Thanks