-
Notifications
You must be signed in to change notification settings - Fork 299
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
Questions which have multiline text cannot be read completely in the dropdown and edittext widget #226
Comments
@joiskash can you add a screenshot for this? I think the solution is that we need to use a separate view (text view) for the question text. the hint field in the text input layout itself is too small. @fredhersch for input. |
I don't think this is blocking the alpha01. @jtournier23 for comment. @joiskash does this block you from testing this lib? |
It does not block us from testing the library but it surely is a high priority task . |
@MuhammadSalman-7214 can you take a look at this please? |
We can also set hint to autoCompleteTextView rather than textInputLayout, because setting hint to autoCompleteTextView shows text completely no matter how long it is |
Me and @jingtang10 decided to go with TextView as a Question and then the autoCompleteTextView below the question TextView for selecting the answer option. This way question will always be there with any length. @joiskash |
Cool makes sense to me :) |
great then |
Thanks both. @MuhammadSalman-7214 will you please make sure to post a screenshot here of your prototype before sending out PR? Cheers. |
thanks @MuhammadSalman-7214 for your work! can you do the same for the edit text widget and then we can close this issue. |
your welcome @jingtang10, can you please tell me what exactly is required for edit text widget? |
For date and edit text widgets, its done, but for date + time widgets, we are setting them in a horizontal linear layout which first takes date and then time, so do we want to change here as well as I am not seeing any example of date+time in the application @jingtang10 ? |
@MuhammadSalman-7214 There is an example, check the second questionnaire, the Neonate record . After you select an option for the Vitamin K given question, a new question will show up of type date+time |
Thanks @joiskash |
Long questions cannot be read completely.
eg: "How much pain is the patient in,please select any of the options below?"
Appears as "How much pain is the patient in,please select any..."
Originally reported by @kumaakh
The text was updated successfully, but these errors were encountered: