input-month #10986
Closed
vytautas-pranskunas-
started this conversation in
Ideas
input-month
#10986
Replies: 1 comment 11 replies
-
ok i have created two directives and transformer service base on nativeDateTransformer.. but it looks like TUI_DATE_VALUE_TRANSFORMER is not used by tuiInputMonth because fromControlValue(controlValue: To){... is never called here is the code please advice what to do...
|
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use tuiInputMonth and was strugling a bit with it. Do not understand why you had to introduce TuiMonth type?
I mean my task is according to code show either nomral date picker or month picker. I think that both controls should work on same Date input just picker should not show days. Output should be YYYY.MM.01 for example.
However i was trying to do something like this:
with usage
but for some reason it doe snot react. Maybe it is because of: provide: TUI_DATE_VALUE_TRANSFORMER,
any help would be appriated :)
Beta Was this translation helpful? Give feedback.
All reactions