Skip to content

Commit

Permalink
DatePicker, PopUpDatePicker: selectedDate property has :inspectable m…
Browse files Browse the repository at this point in the history
…etadata
  • Loading branch information
joshtynjala committed Aug 28, 2024
1 parent e83e45b commit 62e64a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/feathers/controls/DatePicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ class DatePicker extends FeathersControl implements IDateSelector implements IFo
@since 1.0.0
**/
@:inspectable
@:bindable("change")
public var selectedDate(get, set):Date;

Expand Down
1 change: 1 addition & 0 deletions src/feathers/controls/PopUpDatePicker.hx
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ class PopUpDatePicker extends FeathersControl implements IDateSelector implement
@since 1.0.0
**/
@:inspectable
@:bindable("change")
public var selectedDate(get, set):Date;

Expand Down

0 comments on commit 62e64a3

Please sign in to comment.