* added default prop in checkbox widget
* removed unwanted code
* changing defaultValue prop display name to Default Status
* added value key in exposedVariables prop
* Fixed : the issue where checkbox is getting filled instead of checked
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* fixes: multiple files with same file name can be uploaded
* removes unwanted logs
* compare file paths for validating existing selected files
* disable picker if max count is reched
* fixes loading spinner postions
* max file count for single selection
* disables the dropzone on max count only when multiple is true
* show max count msg for dnd file to the dropzone
* clean up
* check already selectedFile count with max file count on adding new files
* reverts accepted file data for singly selected files
* Remove validation for existing files on filepicker
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* solve the bug- now only 1 message is shown for exceeding max file count
* added edge case to only show unique error message
* persisting previous accepted files upon rejecting a file
* fixes: retain existing selected files on rejection
* cleanup
* fixes: dropzone active even with listed selected files
* handles rejected files sizes for error msgs
* on dialogue box closed, should list files if exits
* fixes: show list of files if exits when files are rejected
* fixes: show list of files if exits when files are rejected
* fixes reject message for file sizes
* clean up
Co-authored-by: arpitnath <arpitnath42@gmail.com>
* added default value in the toggle widget
* make sure existing apps do not get crashed if they don't have default value prop
* removed unwanted code
* changing defaultValue prop display name to Default Status
* added value key in exposedVariables prop
* Added cypress test for button widget
* Added custom commands
* Updated common selectors
* data-cy attributes for the elements
* Updated the login end point
* Updated new login end point
* Added data-cy attribute for autosave indicator
* Updated login end point
* Updated test for auto save indicator
* Updated custom commands for skipping instruction modal
* adding loadingstate and object fit style
* adding zoom functionality
* pan image function
* fixing pan for image
* pan and drag fix image
* library install
* pr changes:: hover button , object fit made dropdown
* fix for old apps
* updated docs
* created VerticalDivider widget
* updated widget icon
* changed the width of the widget container, placed the vertical separator at the center of the widget
* fixing default date bug
* Set arbitrary default date for datepicker, and empty default exluded dates
* If set date is invalid, ensure exposed value is undefined on Datepicker
Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
* update: when countdown reaches 0 start button is disabled
* add: default values for Timer component
* add: default selection on paramUpdate if element updated is a select and component has default values setted
* refactor: add paramName to defaultvalue to not hardcode value name to update
* add: default values for Timer component and fix with proj lint rules