class SimpleForm::Inputs::PriorityInput

def skip_include_blank?

def skip_include_blank?
  super || input_priority.present?
end