Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: text-field "0000" hint truncated to "0" #3983

Closed
ghost opened this issue Apr 12, 2017 · 6 comments
Closed

bug: text-field "0000" hint truncated to "0" #3983

ghost opened this issue Apr 12, 2017 · 6 comments

Comments

@ghost
Copy link

ghost commented Apr 12, 2017

<text-field hint="0000" />

This displays as 0 instead of 0000 on iOS. Might be for text-view as well, haven't tested that.

@tsonevn
Copy link
Contributor

tsonevn commented Apr 12, 2017

Hi @vbresults,
You should use the text property for the TextField instead of value .
For example:

<TextField hint="" text="0000" />

Then the text should be displayed properly.

@ghost ghost changed the title bug: text-field "0000" value truncated to "0" bug: text-field "0000" hint truncated to "0" Apr 13, 2017
@ghost
Copy link
Author

ghost commented Apr 13, 2017

@tsonevn My apologies, I meant to post this about the hint not the value.

@tsonevn
Copy link
Contributor

tsonevn commented Apr 13, 2017

Hi @vbresults,
Indeed this is a valid issue with the TextField hint property while using modules 2.5,
On that point, I have tested this scenario with our @rc modules and this problem seems to be fixed.

@tsonevn tsonevn added ready for test TSC needs to test this and confirm against live production apps and automated test suites bug and removed question labels Apr 13, 2017
@SvetoslavTsenov SvetoslavTsenov self-assigned this May 12, 2017
@SvetoslavTsenov SvetoslavTsenov added done and removed ready for test TSC needs to test this and confirm against live production apps and automated test suites labels May 12, 2017
@SvetoslavTsenov SvetoslavTsenov removed their assignment May 12, 2017
@SvetoslavTsenov SvetoslavTsenov added this to the 3.1 TBD milestone May 12, 2017
@SvetoslavTsenov
Copy link
Contributor

The fix is already available in tns-core-modules@next

@dtopuzov
Copy link
Contributor

Fix will be released in 3.0.1 later this week.

@dtopuzov dtopuzov modified the milestones: 3.0.1, 3.1 May 22, 2017
@lock
Copy link

lock bot commented Aug 28, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 28, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants