Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the attribute modify feature #29

Merged
merged 4 commits into from
Mar 9, 2024
Merged

Conversation

Bill2015
Copy link
Owner

@Bill2015 Bill2015 commented Mar 6, 2024

currently, we can double-click the attribute, and modify the value
each type of value has its specific way to modify

  • Number => slider
  • Boolean => checkbox
  • Text => input text
  • Date => date picker

image

Currently, each attribute type has own behavior to modify the value
- number => slider
- bool => checkbox
- date => date picker
- text => text input
I remove the date payload to fix it.
Because when deserialize the value, can't deserialize the string to date.
@Bill2015 Bill2015 added the enhancement New feature or request label Mar 6, 2024
@Bill2015 Bill2015 added this to the First stable release milestone Mar 6, 2024
@Bill2015 Bill2015 merged commit db86e07 into master Mar 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant