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

input_text does not know the data is in the field unless you click outside of the input_text field in mobile browser #7154

Closed
1 task
jaswalters opened this issue Sep 29, 2020 · 1 comment
Labels
Bug Current Bug in UI - Extra Attention stale

Comments

@jaswalters
Copy link

jaswalters commented Sep 29, 2020

Checklist

  • [X ] I have updated to the latest available Home Assistant version.
  • [X ] I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.

The problem

The issue in the app is that if you type in input_text it does not know the data is in the field unless you click outside of the input_text field. So even though you entered a data in the field and click submit it does not know the data exists unless you click outside of the input_text field.

This issues exists within the mobile app and also within the mobile chrome browser.

Expected behavior

Should work the same as it does on chrome for desktop which knows the data is in the input_text field as soon as it is typed in as a value.

Steps to reproduce

Provide steps for us, that helps reproducing your issue.
For example:
1. Create an entities card
2. Add a an input_text entity and a button entity
3. Configure the button to grab the text from input_text and do something with it when the button is clicked
4. Click outside of the input_text field after you enter data and the button now sees the data vs how it works on desltop in chrome browser.

Environment

HASS: Version 0.115.2
Browser: Chrome for mobile 85.0.4183.127
OS: Android Version 11

State of relevant entities

          entities:
            - entity: input_text.lockcode_code
              name: "CodeTest"
            - entity: input_text.lockcode_status
              type: button
              name: "Submit Code Test"
              show_state: true

Problem-relevant configuration

Javascript errors shown in your browser console/inspector

Additional information

@jaswalters jaswalters added the Bug Current Bug in UI - Extra Attention label Sep 29, 2020
@github-actions
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍
This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Dec 28, 2020
@github-actions github-actions bot closed this as completed Jan 4, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug Current Bug in UI - Extra Attention stale
Projects
None yet
Development

No branches or pull requests

1 participant