-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement WaWi input replacement follow-up #2308
Labels
Milestone
Comments
JoCa96
added
the
0-refinement
All issues that can or need to be estimated in our next refinement
label
Dec 11, 2024
mj-hof
removed
the
0-refinement
All issues that can or need to be estimated in our next refinement
label
Dec 11, 2024
larsrickert
pushed a commit
that referenced
this issue
Dec 18, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 7, 2025
Relates to #2308 Expose input elements of form elements, so that the native functions like `focus` or `select` can be used.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 10, 2025
Relates to #2308 Adds the slots `leading` and `trailing` based on the available figma design to the `OnyxInput` --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JoCa96 <18483883+JoCa96@users.noreply.github.com>
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 15, 2025
…rom typing more than the allowed characters anymore (#2498) Relates to #2308 - `maxlength` doesn't restrict the user anymore from typing more than the allowed characters. - This is preferable, as the user can now paste or write content without it being cut off. - The previous behavior, which doesn't allow for typing/copying more characters, can be achieved by setting `strictMaxlength`.
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 24, 2025
Relates to #2308 - update `useRootAttrs` docs and make generic - implement `useRootAttrs` for relevant components - add vitepress docs for `useRootAttrs` --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JoCa96 <18483883+JoCa96@users.noreply.github.com> Co-authored-by: Christian Bußhoff <christian.busshoff@mail.schwarz>
JoCa96
added a commit
that referenced
this issue
Jan 30, 2025
Relates to #2308 - update `useRootAttrs` docs and make generic - implement `useRootAttrs` for relevant components - add vitepress docs for `useRootAttrs` --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: JoCa96 <18483883+JoCa96@users.noreply.github.com> Co-authored-by: Christian Bußhoff <christian.busshoff@mail.schwarz>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Why?
We determined which discrepancies between WaWi and onyx exists:
Open questions / TODOs
Depends on
Acceptance criteria
The following topics are made possible via onyx changes and discussions
significant:
noTruncation
property in onyx => todoisMaxLengthDisplayed
not in onyx => discussrightIcon
not yet available in onyx => todotrailing
/trailingLabel
not in onyx => todofocus()
,select()
=> todominor:
maxlength
visualization => discussreadonly
visualization => discussImplementation details
The currrent PoC is pushed to the jlc/poc-onyx-wux-input branch
Definition of Done
Should be covered by tests:
Make sure, that
Approval
Storybook
Documentation
The text was updated successfully, but these errors were encountered: