Added font and tooltip to edit-box #537
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds:-
font-shorthand property to edit-box which allows users to decide how their text should look inside the edit box, and they can write any property in any order if they maintain the white space between the properties.
Tooltip which can be used to give suggestions to people while they input something in the edit box, u can write anything u want to be shown when someone is hovering over the input field (text area), it goes away as soon as someone starts writing ,not causing any distraction
Image(if needed, helps for a faster review)
Checklist