Jarek

Results 1 issues of Jarek

Hi. I'm trying to remove StartDate or EndDate key from DateTextFieldConfig. Unfortunately current API doesn't allow such operation. I found one way to do this : `config.remove(new Key("startDate", null));` but...