Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
9f2502d8
Commit
9f2502d8
authored
Jul 08, 2022
by
jang dong hyeok
Browse files
typeDD
parent
7035f39e
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/CreateSurveyForm/typeDD.tsx
View file @
9f2502d8
...
...
@@ -18,9 +18,9 @@ export function TypeChange({ tt }: typeChangeProps) {
[
"
grid
"
,
"
그리드
"
],
[
"
date
"
,
"
날짜
"
],
]);
function
changeDD
(
e
:
ChangeEvent
<
HTMLSelectElement
>
)
{
function
changeDD
(
e
:
React
.
ChangeEvent
<
HTMLSelectElement
>
)
{
const
tt
=
e
.
target
.
value
;
questionTypeChange
(
e
);
//
questionTypeChange(e);
console
.
log
(
tt
);
//if문으로 type별로 content 바뀌게 해보기
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment