Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixing validation display on Create Repository dialog #2308
Conversation
| @@ -107,17 +107,21 @@ | |||
| Grid.Column="1" | |||
| MaxLength="{x:Static ghfvs:Constants.MaxRepositoryNameLength}" | |||
| Text="{Binding RepositoryName, UpdateSourceTrigger=PropertyChanged}" | |||
| SpellCheck.IsEnabled="True" | |||
jcansdale
Apr 5, 2019
Collaborator
It looks like spell checking has been disabled. Was this by design?
StanleyGoldman
Apr 5, 2019
Author
Contributor
Yea, I disabled it, when I couldn't type VisualStudio without it calling that an error, I decided that it was not useful...
jcansdale
Apr 5, 2019
Collaborator
Lol, makes sense. Though I'm perfectly capable of misspelling the name of my repo.
|
Added screenshots |


Related #2264
Depends on: