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: this.inputField has its style.align set to center regardless of the align property #154

Open
adam-savard opened this issue Apr 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adam-savard
Copy link

When using inputs, the .style property of this.inputField has its .align always set to center. While this is not a problem for single-line text, we're grafting multi-line support into things and this causes issues.

To confirm:

  • Create a new input with align: left
  • Check input.inputField.style.align

Environment

  • version: 2.0.1
  • Browser & Version: Chrome 124
  • OS & Version: Fedora 39
@adam-savard adam-savard added the bug Something isn't working label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant