---
title: UITextSmartDashesType.default
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextsmartdashestype/default
---

# UITextSmartDashesType.default

Use the default smart dash behavior.

## Declaration

```swift
case `default`
```

## Discussion

Discussion This option selectively enables the smart dash behavior based on the keyboard type. For example, smart dashes are disabled for email address and password keyboards.

## See Also

### Constants

- [UITextSmartDashesType.no](uikit/uitextsmartdashestype/no.md)
- [UITextSmartDashesType.yes](uikit/uitextsmartdashestype/yes.md)
