Xfx.Controls
Xfx.Controls copied to clipboard
XfxEntry not clickable inside ViewCell
Please fill out either the bug or feature request section and remove whatever section you are not using.
Bug
- Version Number of Control: latest
- Device Tested On: Nexus 5x 7.1.2
- Simulator Tested On: Android Emulator
Expected Behavior
XfxEntry editable
Actual Behavior
XfxEntry is not clickable
Steps to reproduce the Behavior
<TableView Intent="Form">
<TableRoot>
<TableSection Title="Dati generali">
<ViewCell>
<StackLayout>
<xfx:XfxEntry Placeholder="Ubicazione" Text="{Binding DatiGeneraliUbicazione}"/>
</StackLayout>
</ViewCell>
</TableSection>
</TableRoot>
</TableView>