mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 07:16:40 +00:00
* fix(nc-gui): allow manual feed value for date & dateTime field * fix(nc-gui): add support to manually enter datetime field value * fix(nc-gui): allow user to type date time field manually * fix(nc-gui): on type in date time field should open date picker and fill value * feat(nc-gui): allow user to manually enter date field value * fix(nc-gui): allow user to manually enter year field value * feat(nc-gui): allow user to manually feed time field value * fix(nc-gui): pw test fail issue * fix(nc-gui): pw test fail issue of time field * chore(nc-gui): lint * fix(nc-gui): on type in selected grid cell clear prev value and feed new value * fix(nc-gui): on press enter date field should focus * fix(nc-gui): small changes * fix(nc-gui): year field cell value should be left aligned * fix(nc-gui): cell padding issue * fix(nc-gui): Use of escape any number of times should not make selected cell go away in grid view. * fix(nc-gui): hide clear default value icon in edit column modal * fix(nc-gui): on enter key press in date time related field it should select next cell field * fix(nc-gui): date time related field keydown listener issue * fix(nc-gui): disable manually enter value for date time related field in mobile device * fix(nc-gui): revert use of escape any number of times should not make selected cell go away --------- Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>