rodriquelca / dunamis-jform

Other
0 stars 1 forks source link

Hint Property for Editor Palette Components #19

Closed TinCodes closed 2 years ago

TinCodes commented 2 years ago

Description A property that is used to show help when a editor component is rendered. It is shown when the pointer of the mouse is hovered over a question mark (?) icon. Components that need this:

image

TinCodes commented 2 years ago

Hint property has been added to all specified components and saves the hint value to the UI Schema.

TinCodes commented 2 years ago

Tooltip with a hint message has been added to Text and TextArea components. FieldProperties.tsx needs modifications to add more hint properties to other components.