menu
  1. Dart
  2. dart:html
  3. DateInputElement
  4. supported property
supported

supported property

bool get supported

Returns true if this input type is supported on the current platform.

Implementation

static bool get supported {
 return (new InputElement(type: 'date')).type == 'date';
}
DateInputElement class

AltStyle によって変換されたページ (->オリジナル) /