modus-web-components icon indicating copy to clipboard operation
modus-web-components copied to clipboard

Table : update edit mode tab to navigate

Open prashanthr6383 opened this issue 1 year ago • 2 comments

Description

References

Fixes #2437

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation update

How Has This Been Tested?

Checklist

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [ ] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings

prashanthr6383 avatar Sep 18 '24 06:09 prashanthr6383

Deploy Preview for moduswebcomponents ready!

Name Link
Latest commit 5b5561678ffe91dccfbbd698bbc07d8325a0eb4e
Latest deploy log https://app.netlify.com/sites/moduswebcomponents/deploys/674f0ed97e719e00087890f8
Deploy Preview https://deploy-preview-2870--moduswebcomponents.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

Lighthouse
1 paths audited
Performance: 42 (🔴 down 5 from production)
Accessibility: 75 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Sep 18 '24 06:09 netlify[bot]

@prashanthr6383 Regarding the issue Dateinput field edit mode is not updated when tabbing through cells you can assign handleBlur to onDateInputBlur prop of modus-data-input component.

Apart from the issue you brought up, I see the autocomplete dropdown and date picker dropdown is not appearing as before when I press tab. Can you check that?

prashanth-offcl avatar Oct 03 '24 10:10 prashanth-offcl