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

Fix modnotes footer control styles #1009

Merged
merged 9 commits into from
Oct 23, 2024
Merged

Conversation

eritbh
Copy link
Member

@eritbh eritbh commented Oct 23, 2024

Fixes #1003. Adds two more control components:

  • <ActionSelect> for "action"-style <select>s
  • <NormalInput> for .tb-input-styled, text-ish <input>s.

Also updates the other control components to use forwardRef to allow ref to be used with these components to refer to the underlying DOM element.

@eritbh eritbh added bug something isn't working module: modnotes labels Oct 23, 2024
@eritbh eritbh merged commit 2859f5b into master Oct 23, 2024
3 checks passed
@eritbh eritbh deleted the fix/modnotes-input-styling branch October 23, 2024 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working module: modnotes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Note type <select> in modnotes window is unstyled
1 participant