Samsung / Tizen.CircularUI

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

Closed axa88 closed 4 years ago

axa88 commented 4 years ago

Describe the bug Setting the MaxLength property of a PopupEntry doesnt limit the string entry length of the PopupEntry

To Reproduce Steps to reproduce the behavior:

  1. Create PopupEntry
  2. Set MaxLength
  3. enter MaxLenth +1 characters to PopupEntry
  4. observe limit is not obeyed

Expected behavior It is expected the MaxLength property will limit the entry length of a PopupEntry.

Screenshots Here "Port:" PopupEntry is limited to 4 characters.\: MaxLength = 4; Yet it allows more than 4 input characters: image

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]