+
+
+
+
+ (this.hourEl = el)}
+ role="spinbutton"
+ tabIndex={0}
+ >
+ {this.getDisplayHour()}
+
+
+
+
+
+
:
+
+
+
+
+ (this.minuteEl = el)}
+ role="spinbutton"
+ tabIndex={0}
+ >
+ {this.minute ? this.minute : "--"}
+
+
+
+
+
+ {includeSeconds &&
:}
+ {includeSeconds && (
+
+
+
+
+ (this.secondEl = el)}
+ role="spinbutton"
+ tabIndex={0}
+ >
+ {this.second ? this.second : "--"}
+
+
+
+
+
+ )}
+ {this.hourDisplayFormat === "12" && (
+
+
+
+
+ (this.meridiemEl = el)}
+ role="spinbutton"
+ tabIndex={0}
+ >
+ {this.meridiem ? this.meridiem : "--"}
+
+
+
+
+
+ )}
+
+