NativeScript / nsplugins-internal

1 stars 1 forks source link

Do not use type string for enumerations #169

Closed tgpetrov closed 5 years ago

tgpetrov commented 5 years ago

Currently there are a lot of properties that look like enumerations but are of type string. For example Chart's pointSelectionMode, Calendar's viewMode, DataForm's commitMode, etc. We should change them to enumerations and release major versions of the related plugins.

DimitarTodorov commented 5 years ago

AC: