Skip to content

Commit

Permalink
feat: set text field 'asciiCapableNumberPad'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Sep 14, 2022
1 parent 1c8d48a commit 0faa275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PlantUML/PlantUMLTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct PlantUMLTextField: View {
HStack(spacing: 15) {

TextField( "", text: $value )
.keyboardType(.asciiCapableNumberPad)
.textInputAutocapitalization(.never)
.font(Font.system(size: 15).monospaced())
.submitLabel(.done)
Expand Down

0 comments on commit 0faa275

Please sign in to comment.