-
Notifications
You must be signed in to change notification settings - Fork 8
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
TypeScript: Serialize date property #226
Comments
@matthewchigira thoughts:
I do need basics as i do not have experince with missing support for prop types in merge. |
For all the TypeScript tickets, the aim is that the merge-cli is able to recognise and serialise every type available. Currently, if a customer has a prop in one of their components that was a
My priority is more the serialisation, so I don't mind so much if we don't have a special date control in the UI. For now, it can be just a textfield or a floating text area. So long as the designer can interact with it and it update the component.
It might be a good idea to take a look at an existing TypeScript type (e.g. Hope that helps! Let me know if you have any more questions. |
#239 |
Closed by 239 |
Build in support for the TypeScript
date
property type.The text was updated successfully, but these errors were encountered: