Skip to content

Editing content with document field #3

Description

@northerner

This appears to be an issue with the FormtasticBootstrap library: mjbellantoni/formtastic-bootstrap#130

For now it can be fixed by monkey patching the method, add an initializer with the following code to your project:

module FormtasticBootstrapExtensions
  def self.included base
    base.instance_eval do
      def default_hint_class
        "your-default-class-name-here"
      end
    end
  end
end

FormtasticBootstrap::FormBuilder.send(:include, FormtasticBootstrapExtensions)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions