-
Notifications
You must be signed in to change notification settings - Fork 76
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
docs(input-number, input-text): remove unsupported boolean type from type prop doc #6394
Merged
benelan
merged 7 commits into
master
from
elijbet/6386-no-space-in-front-of-input-for-types-number-and-text
Feb 3, 2023
Merged
docs(input-number, input-text): remove unsupported boolean type from type prop doc #6394
benelan
merged 7 commits into
master
from
elijbet/6386-no-space-in-front-of-input-for-types-number-and-text
Feb 3, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
the
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
label
Jan 31, 2023
Elijbet
added
the
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
label
Jan 31, 2023
jcfranco
reviewed
Jan 31, 2023
Elijbet
force-pushed
the
elijbet/6386-no-space-in-front-of-input-for-types-number-and-text
branch
from
February 2, 2023 06:01
e332abe
to
ee5a1eb
Compare
…r-types-number-and-text
…om @future-breaking tag
Elijbet
changed the title
fix(input-number, input-text): removes unwanted space in input
fix(input-number, input-text): marks the boolean type for icon attribute as @future-breaking
Feb 2, 2023
Elijbet
changed the title
fix(input-number, input-text): marks the boolean type for icon attribute as @future-breaking
fix(input-number, input-text): marks the boolean type for icon attribute as Feb 2, 2023
@future-breaking
Elijbet
added
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
and removed
pr ready for visual snapshots
Adding this label will run visual snapshot testing.
labels
Feb 2, 2023
…r-types-number-and-text
Elijbet
changed the title
fix(input-number, input-text): marks the boolean type for icon attribute as
Docs: marks the boolean type for icon attribute as Feb 3, 2023
@future-breaking
@futureBreaking
github-actions
bot
added
the
chore
Issues with changes that don't modify src or test files.
label
Feb 3, 2023
Elijbet
changed the title
Docs: marks the boolean type for icon attribute as
docs: marks the boolean type for icon attribute as Feb 3, 2023
@futureBreaking
@futureBreaking
Elijbet
added
docs
Issues relating to documentation updates only.
Calcite (dev)
Issues logged by Calcite developers.
and removed
chore
Issues with changes that don't modify src or test files.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
labels
Feb 3, 2023
Elijbet
changed the title
docs: marks the boolean type for icon attribute as
docs(input-number, input-text): remove unsupported boolean type from type prop doc
Feb 3, 2023
@futureBreaking
jcfranco
approved these changes
Feb 3, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💥
benelan
deleted the
elijbet/6386-no-space-in-front-of-input-for-types-number-and-text
branch
February 3, 2023 03:18
github-actions
bot
added this to the 2023 January Priorities Patch - Bugs only milestone
Feb 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Calcite (dev)
Issues logged by Calcite developers.
docs
Issues relating to documentation updates only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issue: #6386
Summary
In the future, we will be removing the support of the
boolean
type for theicon
prop oninput-number
andinput-text
as these don't have adefault
recommended icon for an unspecified icon attribute and result in unwanted spacing preceding theinput
.For now though, since it is potentially a minor breaking change that could possibly be in use somewhere, we removed the
boolean
scenario from the documentation and marked it with a newly introduced custom@futureBreaking
tag.