Skip to content

Commit

Permalink
Autocorrect crosspost title (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Apr 24, 2024
1 parent 922d8c4 commit 5508b88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/features/post/crosspost/create/CreateCrosspostDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ export default function CreateCrosspostDialog({
placeholder="Title"
value={title}
onIonInput={(e) => setTitle(e.detail.value || "")}
inputMode="text"
autocapitalize="on"
autocorrect="on"
spellCheck
// clearInput // TODO add once below bug fixed
>
{/* https://github.com/ionic-team/ionic-framework/issues/28855 */}
Expand Down

0 comments on commit 5508b88

Please sign in to comment.