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

not able to update text of many elements #54

Open
kylebakerio opened this issue Jan 18, 2021 · 0 comments
Open

not able to update text of many elements #54

kylebakerio opened this issue Jan 18, 2021 · 0 comments

Comments

@kylebakerio
Copy link
Collaborator

it's fairly inconsistent. sometimes you can set it with document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'value', 'newtext'), sometimes with document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'text', 'newtext'), maybe it isn't gui-item but the actual gui-component, etc. But often it doesn't work (e.g., radio, and I think there's a pull request for button--does work for text input and labels, for example, though). Needs standardization and fixing throughout all components consistently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant