You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When editing a calendar component, one can tie the data to a data query succesfully, like this:
If, while editing the app, one makes a change to the data, either by clicking on the calendar or by dragging an event, the data binding changes to the string literal of the current dataset:
this breaks future bindings to the data query.
Expected Behavior
Like with other components, the data binding should not change unless explicitly modified.
Steps to reproduce
Create a calendar component and bind it to a data source (query, temporary state, etc).
While in design/edit mode, add an event to the calendar.
The data source will change to be the string literal of the current data displayed, replacing the original data source binding.
Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
When editing a calendar component, one can tie the data to a data query succesfully, like this:
![Image](https://private-user-images.githubusercontent.com/80843079/405276576-4cc672b7-59fc-49fc-b34a-11c154347c84.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjgxMjQsIm5iZiI6MTczOTM2NzgyNCwicGF0aCI6Ii84MDg0MzA3OS80MDUyNzY1NzYtNGNjNjcyYjctNTlmYy00OWZjLWIzNGEtMTFjMTU0MzQ3Yzg0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzNDM0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTBlNzM5Njc3YWI4YWUzNDhhM2NjYmM0MmU3ODFiYjA0ZDk4NjUyNmU2MmQxMGJmMDQ5M2VmOWMwZmVjM2RmOTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.iCAglmKMMIAWeoTSFUEaNyJKoiK9igxvr4X09FK7pVU)
If, while editing the app, one makes a change to the data, either by clicking on the calendar or by dragging an event, the data binding changes to the string literal of the current dataset:
![Image](https://private-user-images.githubusercontent.com/80843079/405277722-24088be0-013a-43c3-a6ab-c046c29b91a1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjgxMjQsIm5iZiI6MTczOTM2NzgyNCwicGF0aCI6Ii84MDg0MzA3OS80MDUyNzc3MjItMjQwODhiZTAtMDEzYS00M2MzLWE2YWItYzA0NmMyOWI5MWExLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzNDM0NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWFjNGU4MmM4Mzk4ZGQxYTk4YzhlMDIwZWFiNWM5NjM4NDAxNTIzYmI2MDk0YjhkOTQxODU0NWNlMmI0NzRlN2ImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ldORY8DEWzYXBCzXYh1C_9N1Ac8TBzhuC2Q_wgfVpa0)
this breaks future bindings to the data query.
Expected Behavior
Like with other components, the data binding should not change unless explicitly modified.
Steps to reproduce
Create a calendar component and bind it to a data source (query, temporary state, etc).
While in design/edit mode, add an event to the calendar.
The data source will change to be the string literal of the current data displayed, replacing the original data source binding.
Environment
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: