gpt4 book ai didi

ruby-on-rails - 从 Rails 的 time_select() 中去除不需要的值

转载 作者:太空宇宙 更新时间:2023-11-03 16:01:49 30 4
gpt4 key购买 nike

谁能给我指出一个从 Ruby on Rails time_select 中去除不需要的值的解决方案?

基本上,time_select 显示从 0024 的所有时间,但在我的应用中我需要防止用户选择 08 之前的时间和在 16 之后直接在 SELECT 标签中,似乎没有相应的选项我可以传递给 time_select

最佳答案

你可以使用 select_timeselect_hour .

select_time(my_time, start_hour: 8, end_hour: 16) # Generates a time select field with hours that range from 8 to 16

select_hour(my_time, start_hour: 8, end_hour: 16) # Generates a time select field with hours that range from 8 to 16

这样可以限制用户选择时间在 8 到 16 之间。

关于ruby-on-rails - 从 Rails 的 time_select() 中去除不需要的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23010926/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com