-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use explicit labels for TaskInput components (#5738)
* Use explicit labels for TaskInput components - Clarify the naming of the task label and text for `TaskInput` components. - Give each input a unique ID, based on the input type, task key and index. - Explicitly label each input with the HTML `for` attribute. - Clarify the naming of the label text in `TaskInputLabel`. * Use the inline markdown parser * Remove an unused export --------- Co-authored-by: Delilah C <[email protected]>
- Loading branch information
1 parent
fb179c5
commit 995a00e
Showing
3 changed files
with
32 additions
and
39 deletions.
There are no files selected for viewing
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
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
2 changes: 1 addition & 1 deletion
2
packages/lib-classifier/src/plugins/tasks/components/TaskInput/index.js
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { default, StyledTaskInput } from './TaskInput' | ||
export { default } from './TaskInput' |