Adds functionality for text-based custom fields to have autohints defined for them which disappear when the user focuses the field.
Follow normal Redmine Plugin installation instructions
When defining a custom input a "Hint Text" option will be available. Enter the text you want to show as a hint for that input.
You will be able to see what inputs have hint text supplied and what it is directly from the "Custom Fields" grid.
When a user creates or edits an issue, any field that has a hint defined will have that hint displayed in a light gray color.
When the user puts focus on that field, the contents disappear placing the cursor at the beginning of the input. Once text has been entered, the user's input will remain. If the user leaves the field empty, or what equates to being empty like only entering spaces, then the hinted text will appear and the contents will be truncated.
- Update to support Rails 5
- Fix issue with Redmine::CustomFieldFormat class
- Add support for Redmine 2.5.x
- Bug: Not all custom field types allow for hints to be defined
- Bug: Forms loaded via AJAX do not display autohints
- Bug: All inputs could have an autohint value even though it's not appropriate for them
Initial release of plugin