Actions
Feature proposal #6620
closedImplement parameter to disable input tooltips
Description
Currently tooltips always bind to the input of a field. Implement a layout override parameter to toggle this behavior off encase users want info icon only discriptions.
Updated by krileon over 6 years ago
- Target version changed from CB 2.2 to CB 2.8
Updated by krileon about 6 years ago
- Status changed from Assigned to Resolved
- Target version changed from CB 2.8 to CB 2.3
- % Done changed from 0 to 100
Implemented in MR !1394
Adds simply Input Description parameter under Layouts to suppress the input tooltip description output. This allows icon or inline based descriptions only for a field.
Actions