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

Improve Headless Input API #681

Merged
1 commit merged into from
Sep 6, 2022
Merged

Conversation

ghost
Copy link

@ghost ghost commented Sep 5, 2022

Main fixes

The type is no longer a (poorly) encapsulated attribute offered by inputField. This makes the internal code much simpler and would theoretically allow to choose the tag for inputTextfiled in the future.

fixes #678

Additional fixes

  • correct small ID setting mistake in checkboxGroup component
  • add some useful remark in the playwright readme for local testing.

- the ``type`` is no longer a (poorly) encapsulated attribute offered by ``inputField``. This makes the internal code much simpler and would theoretically allow to choose the tag for ``inputTextfiled`` in the future.
- correct small ID setting mistake in checkboxGroup component
- add some useful remark in the playwright readme for local testing.
@ghost ghost requested review from haukesomm and jwstegemann September 5, 2022 16:11
@ghost ghost self-assigned this Sep 5, 2022
@ghost ghost added api breaking Forces client sources to change api improvement headless All about headless components and foundations labels Sep 5, 2022
@ghost ghost merged commit 7d74c01 into master Sep 6, 2022
@ghost ghost deleted the chausknecht/improveHeadlessInput2ndTry branch September 6, 2022 11:03
@ghost ghost added this to the 1.0-RC2 milestone Nov 2, 2022
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api breaking Forces client sources to change api improvement headless All about headless components and foundations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve textfield API - 2nd try
1 participant