Sha256: 875e7cf3f66e16cc4e271f9720eb6e9c100d7424c955407fd8a7fe19e1508e8d

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true


data_f = %w[initiate suspect prospect abandoned finished archived]

d_d_l = box({ id: :the_ddl, width: 160 })
d_d_l.touch(:down) do
  grab(:view).drop_down({ data: data_f, }) do |params|
    d_d_l.clear(true)
    d_d_l.text(params)
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
atome-0.5.7.6.5 vendor/assets/src/medias/utils/examples/molecules/list/example.rb
atome-0.5.7.6.0 vendor/assets/application/examples/drop_down_list.rb
atome-0.5.7.5.9 vendor/assets/application/examples/drop_down_list.rb
atome-0.5.7.5.4 vendor/assets/application/examples/drop_down_list.rb
atome-0.5.7.5.3 vendor/assets/application/examples/drop_down_list.rb