You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
it's fairly inconsistent. sometimes you can set it with
document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'value', 'newtext')
, sometimes withdocument.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'text', 'newtext')
, maybe it isn'tgui-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.The text was updated successfully, but these errors were encountered: