-
-
Notifications
You must be signed in to change notification settings - Fork 868
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
date/time control #726
Comments
Great, a datetime control is also in our TODO list, we can try to help you. We have created a 'datetime-control' branch where you can do the Pull Request with your changes. |
hii, i will update code later.. right now i have done this in control .. i have added code for editor now want to change value with live current time.. here is date component code import { Component, Inject, OnInit, Input, AfterViewInit } from "@angular/core"; import { Utils } from "../../../_helpers/utils"; declare var SVG: any; @component({ ngOnInit(): void { static TypeTag = "svg-ext-date"; static actionsType = { static getSignals(pro: any) { static getActions(type: string) {
} static processAction( export class DateProperty { |
is there any news? can you please explain why you don't solve it with a script? |
date/time control are available to test in the last commit 81323c8 |
i am going to add date/time control in control expansion panel.. but it shows me blank in editor.. can you help me to add this new control ? or can you add this to in your version??
The text was updated successfully, but these errors were encountered: