---
title: stepperField
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/datepickerstyle/stepperfield
---

# stepperField

A system style that displays the components in an editable field, with adjoining stepper that can increment/decrement the selected component.

## Declaration

```swift
@MainActor @preconcurrency static var stepperField: StepperFieldDatePickerStyle { get }
```

## Discussion

Discussion This style is useful when space is constrained and users expect to make specific date and time selections.

## See Also

### Getting built-in date picker styles

- [automatic](swiftui/datepickerstyle/automatic.md)
- [compact](swiftui/datepickerstyle/compact.md)
- [field](swiftui/datepickerstyle/field.md)
- [graphical](swiftui/datepickerstyle/graphical.md)
- [wheel](swiftui/datepickerstyle/wheel.md)
