Reporter | Alessandro Babboni (aledigitale) |
---|---|
Created | Apr 22, 2018 4:32:59 PM |
Updated | Apr 22, 2018 4:42:10 PM |
Subsystem | XAML |
Assignee | Alexander Shvedov (shvedov) |
Priority | Normal |
State | Submitted |
Type | Feature |
Fix version | No Fix versions |
Affected versions | 2017.3.3, 2017.3.5, 2018.1.1, 2017.2.1, 2017.2.2 |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
Inside a XAML file, using Xamarin Forms
ReSharpers gives no suggestion / completion for the KEYBOARD attribute of the ENTRY control
<Entry Keyboard=""></Entry>
it should popup and auto-suggest these values: "Default, Text, Chat, Url, Email, Telephone, Numeric" ...