We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f04b93 commit 414bc4fCopy full SHA for 414bc4f
spec/features/inputs/nested_select_input_spec.rb
@@ -185,7 +185,7 @@
185
end
186
187
188
- context "with filters", focus: true do
+ context "with filters" do
189
before do
190
register_page(Country, false) {}
191
register_page(Region, false) {}
@@ -224,7 +224,7 @@
224
225
226
227
- context "without filters", focus: true do
+ context "without filters" do
228
229
230
@@ -233,10 +233,7 @@
233
register_form(Invoice, false) do |f|
234
f.input :city_id, as: :nested_select,
235
level_1: { attribute: :country_id },
236
- level_2: {
237
- attribute: :region_id,
238
- # filters: { name_contains: 'Met' }
239
- },
+ level_2: { attribute: :region_id },
240
level_3: { attribute: :city_id }
241
242
0 commit comments