Xamarin.Forms.InputKit
Xamarin.Forms.InputKit copied to clipboard
Not Able to change the size of AdvanceEntry
i am trying to increase the height of entry but there is not effect of change on IOS

steps to reproduce
<StackLayout><Label Text="Height"></Label>
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="30*"/>
<ColumnDefinition Width="20"/>
<ColumnDefinition Width="30*"/>
<ColumnDefinition Width="40*"/>
</Grid.ColumnDefinitions>
<input:AdvancedEntry Grid.Column="0" VerticalOptions="FillAndExpand"
Text="{Binding HeightinFtEntry,Mode=TwoWay}"
IsRequired="True"
MaxLength="1"
Annotation="DigitsOnly"
ValidationMessage="Please enter a valid input"
/> <Label Text="ft" Grid.Column="1" VerticalOptions="Center"></Label>
<input:AdvancedEntry Grid.Column="2" VerticalOptions="FillAndExpand"
Text="{Binding HeightinInchEntry,Mode=TwoWay}"
IsRequired="True"
Annotation="DigitsOnly" MaxLength="2"
ValidationMessage="Please enter a valid input"
/>
<Label Text="Inch" Grid.Column="3" VerticalOptions="Center"></Label>
</Grid>
</StackLayout>
I'll find the solution of your problem and update it
I'm seeing the same issue just creeped up. Updated to the latest version and just today noticed that the height was shrunk down to minimum
is it fixed up now ?
On Tue, Apr 2, 2019 at 12:28 PM hjavaher [email protected] wrote:
I'm seeing the same issue just creeped up. Updated to the latest version and just today noticed that the height was shrunk down to minimum
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/enisn/Xamarin.Forms.InputKit/issues/109#issuecomment-478869576, or mute the thread https://github.com/notifications/unsubscribe-auth/AhzYUlG-hafXO-9ILXagZKAotzYYvnS_ks5vcv-AgaJpZM4cVSmF .
I don't believe so, I can't seem to find a solution. Have been banging my head trying to find one. I'm sure @enisn will come through soon, he's amazing!
is it fixed up now ? … On Tue, Apr 2, 2019 at 12:28 PM hjavaher @.***> wrote: I'm seeing the same issue just creeped up. Updated to the latest version and just today noticed that the height was shrunk down to minimum — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#109 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AhzYUlG-hafXO-9ILXagZKAotzYYvnS_ks5vcv-AgaJpZM4cVSmF .
Any updates on this? Also, It would be awesome to get a brief release note with each update :)
Any updates on this? Also, It would be awesome to get a brief release note with each update :)
I've just started finding solution of it
Hi Enis, Any Update with above issue fix ?
On Fri, Apr 5, 2019 at 12:57 PM Enis Necipoglu [email protected] wrote:
Any updates on this? Also, It would be awesome to get a brief release note with each update :)
I've just started finding solution of it
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/enisn/Xamarin.Forms.InputKit/issues/109#issuecomment-480176022, or mute the thread https://github.com/notifications/unsubscribe-auth/AhzYUgkyW3_-82pKIFfD9H6TABv9mRoFks5vdvrhgaJpZM4cVSmF .
@enisn Any updates to this buddy. I was working just fine for me until I updated to the version around this time. I just updated to the latest and still same. All of the Inputs that I have is super slim and I can't make them regular size
If you set the IconImage property to a transparent PNG, the text field height will grow to accommodate the image. You can change the size of the image to make the text field smaller or larger. I am using it as a workaround until the issue is fixed.