Xfx.Controls icon indicating copy to clipboard operation
Xfx.Controls copied to clipboard

XfxEntry not clickable inside ViewCell

Open danieleorlando opened this issue 8 years ago • 0 comments

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>

danieleorlando avatar Jul 10 '17 07:07 danieleorlando