Skip to content

Commit bcc0154

Browse files
authored
Merge pull request #5288 from woocommerce/issue/5282-fix-product-title-keyboard-alphabet-only
Update product name text field keyboard type to allow all keyboard inputs
2 parents ea3e212 + a85be32 commit bcc0154

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [*] Fix: after disconnecting a site or connecting to a new site, the sites in site picker (Settings > Switch Store) should be updated accordingly. The only exception is when the newly disconnected site is the currently selected site. [https://github.com/woocommerce/woocommerce-ios/pull/5241]
66
- [*] Order Details: Show a button on the "Product" section of Order Details screen to allow recreating shipping labels. [https://github.com/woocommerce/woocommerce-ios/pull/5255]
77
- [*] Edit Order Address - Enable `Done` button when `Use as {Shipping/Billing} Address` toggle is turned on. [https://github.com/woocommerce/woocommerce-ios/pull/5254]
8+
- [*] Add/Edit Product: fix an issue where the product name keyboard is English only. [https://github.com/woocommerce/woocommerce-ios/pull/5288]
89

910
7.8
1011
-----

WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormTableViewDataSource.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ private extension ProductFormTableViewDataSource {
149149
productStatus: productStatus,
150150
placeholder: placeholder,
151151
textViewMinimumHeight: 10.0,
152-
keyboardType: .alphabet,
153152
onNameChange: { [weak self] (newName) in self?.onNameChange?(newName) },
154153
style: .headline)
155154
cell.configure(with: cellViewModel)

0 commit comments

Comments
 (0)