-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add hint to press Enter when adding labels to SI #840
Conversation
@@ -153,6 +153,7 @@ function CreateInstanceForm(props: any) { | |||
tokens={labels.map(label => <ui5.Token text={label} />)} | |||
type="Text" | |||
valueState="None" | |||
placeholder="After adding a label, press Enter to add another label" |
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.
Can we put "enter" in quotation marks?
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.
Yes
/unhold |
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.
Please extend codeowners with a rule that ignores 09-10-ui.md technical writers review for now.
07bfb99
into
kyma-project:sm-integration
Description
Changes proposed in this pull request:
Related issue(s)
See #442