react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Add/customize tooltip for operators.
For eg. '==' tooltip as "Equals", 'Like' tooltip as "Contains", etc
Hi, Can i work on this issue?
@bhargavkumar7031 Sure
Hi @ukrbublik,
Looks like tooltip is added only in MUI and antD. Should tooltip for operator be applied to only these?
I think yes. Other supported UI frameworks (Fluent, Bootstrap) have fewer features, so the main focus should be on MUI and AntD.
Raised PR. ci/codesandbox failed. Please let me know if there are any channels for communication
Error from ci/codesandbox
is not related to your changes:
ERR_PNPM_FROZEN_LOCKFILE_WITH_OUTDATED_LOCKFILE Cannot perform a frozen installation because the version of the lockfile is incompatible with this version of pnpm
Try either:
1. Aligning the version of pnpm that generated the lockfile with the version that installs from it, or
2. Migrating the lockfile so that it is compatible with the newer version of pnpm, or
3. Using "pnpm install --no-frozen-lockfile".
Note that in CI environments, this setting is enabled by default.
Error: Process rejected with status code 1
at ChildProcess.<anonymous> (/app/dist/utils/exec.js:20:27)
at ChildProcess.emit (node:events:517:28)
at ChildProcess._handle.onexit (node:internal/child_process:292:12) {
code: 1
You can ping me on discord: ukrbublik
Any update here?