Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit639fc9a

Browse files
authored
remove unused action (#1398)
1 parent42a3be4 commit639fc9a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

‎pgml-dashboard/src/components/inputs/text/search/search_option/mod.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
1-
usecrate::components::stimulus::stimulus_action::{StimulusAction,StimulusEvents};
21
use pgml_components::{component,Component};
32
use sailfish::TemplateOnce;
43

54
#[derive(TemplateOnce,Default)]
65
#[template(path ="inputs/text/search/search_option/template.html")]
76
pubstructSearchOption{
87
value:Component,
9-
action:StimulusAction,
108
}
119

1210
implSearchOption{
1311
pubfnnew(value:Component) ->SearchOption{
14-
SearchOption{
15-
value,
16-
action:StimulusAction::new()
17-
.controller("inputs-text-search-search")
18-
.method("selectOption")
19-
.action(StimulusEvents::FocusIn),
20-
}
12+
SearchOption{ value}
2113
}
2214
}
2315

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11

22
<li
33
class="menu-item d-flex align-items-center justify-content-start"
4-
data-action="<%- action %>"
54
>
65
<%+ value %>
76
</li>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp