Hello,
I am using a SfNumericTextBox in a custom ViewCell (VC1) with a Label control, the ViewCell is contained in a TableView (TableSection) with one other custom ViewCell (VC2) which has a Label and an Entry control.
The issue I am experiencing is that it is impossible to enter/edit any text in the VC2 Entry control after the VC1 numeric field has been edited.
The application log is filled with the abbreviated output, below.
The only happens on Android on Xamarin.Forms, if I remove the SfNumericTextBox control, or if i replace the SfNumerictextBox control with an Entry control, the issue goes away.
[View] requestLayout() improperly called by md5de4028b79a515ce242c0d205cd8a3976.SfNumericTextBox{b55c59 VFED..CL. ......ID 0,0-1050,144 #3f} during layout: running second layout pass
[IInputConnectionWrapper] beginBatchEdit on inactive InputConnection
[IInputConnectionWrapper] getTextBeforeCursor on inactive InputConnection
[View] requestLayout() improperly called by md5270abb39e60627f0f200893b490a1ade.NavigationPageRenderer{1d42449 V.E...... ........ 0,0-1080,1704 #1} during second layout pass: posting in next frame
[View] requestLayout() improperly called by com.android.internal.policy.PhoneWindow$DecorView{ca62575 V.E...... R.....I. 0,0-1080,1920} during second layout pass: posting in next frame
[View] requestLayout() improperly called by md5de4028b79a515ce242c0d205cd8a3976.SfNumericTextBox{b55c59 VFED..CL. ........ 0,0-1050,144 #3f} during second layout pass: posting in next frame
[IInputConnectionWrapper] getTextAfterCursor on inactive InputConnection
[View] requestLayout() improperly called by md5de4028b79a515ce242c0d205cd8a3976.SfNumericTextBox{b55c59 VFED..CL. ......ID 0,0-1050,144 #3f} during layout: running second layout pass
[IInputConnectionWrapper] getSelectedText on inactive InputConnection
[IInputConnectionWrapper] endBatchEdit on inactive InputConnection
Cheers,
Iain