Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonherbert committed Jun 23, 2024
1 parent 29b052a commit 3609b74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Perhaps tokens are all we need: the parser can just understand those sorts of to
- [x] Correctly display typeahead menu when there's no content in a chip key or value
- [x] Serialise to CQL string on copy
- [x] Deletion pattern for chips on backspace
- [ ] Deletion handle for chips UI
- [x] Deletion handle for chips UI
- [ ] Date suggestions
- [ ] Tab through content
- [ ] Display labels, not values, in chips?
Expand Down
3 changes: 2 additions & 1 deletion prosemirror-client/src/cqlInput/CqlInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ template.innerHTML = `
.Cql__ChipWrapperDeleteHandle, .Cql__ChipWrapperPolarityHandle {
background-color: rgba(0,0,0,0.2);
padding: 0 5px;
padding: 0 5px;
cursor: pointer;
}
</style>
`;
Expand Down

0 comments on commit 3609b74

Please sign in to comment.