You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All picker components use a similar template, it'd be easier to maintain the pickers if we could abstract out the boiler plate functionality (instantiating the date range picker dependency) so that individual pickers can focus on what makes them unique (picking date/month/year).
I believe the simplest way to accomplish this is by making the Picker Mixin and component that all pickers extend from.
The text was updated successfully, but these errors were encountered:
All picker components use a similar template, it'd be easier to maintain the pickers if we could abstract out the boiler plate functionality (instantiating the date range picker dependency) so that individual pickers can focus on what makes them unique (picking date/month/year).
I believe the simplest way to accomplish this is by making the Picker Mixin and component that all pickers extend from.
The text was updated successfully, but these errors were encountered: