Skip to content

Sample app about how create custom input tags for form

Notifications You must be signed in to change notification settings

Touqeer-tqr/custom-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Range Selector

N|Solid

Details

Sample app about how to create custom input tags for form custom input tag that adds range slider with selector in which you can also enter text and slider will auto adjust.

Instructions

<%= form_for root_path do |f| %>
  <%= f.range_selector [:min_rank, :max_rank], [0, 100], drop_down_options, type: 'amount' %>
<% end %>

About

Sample app about how create custom input tags for form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published