Tizen Wearable CircularUI project is to develop an open source software motivate software developer to creating Tizen Wearable Xamarin Forms app more easily and efficiently.
Other
80
stars
32
forks
source link
PopupEntry MaxLength property doesnt appear to work #340
Describe the bug Setting the
MaxLength
property of aPopupEntry
doesnt limit the string entry length of thePopupEntry
To Reproduce Steps to reproduce the behavior:
PopupEntry
MaxLength
PopupEntry
Expected behavior It is expected the
MaxLength
property will limit the entry length of aPopupEntry
.Screenshots Here "Port:"
PopupEntry
is limited to 4 characters.\:MaxLength = 4;
Yet it allows more than 4 input characters:Environment (please complete the following information): Emulator 2.8.0.28 Tizen Platform Version [Tizen 4.0, 5.5] Tizen.CircularUI Version [1.5.0]