Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 306 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 306 Bytes

EditLabel

This is a Xamarin.Forms control which combines the Label and the EditText capabilities into one control.

Display Text properly like a label, but when it gets focus, it becomes editable, and permits the user to edit its content.

When focus is lost, it take's the Label's appearance again.