Skip to content

Commit

Permalink
id fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m-2k committed Apr 3, 2016
1 parent cb43060 commit b12756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/element_select.erl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ render_element(Record = #select{}) ->
source=[nitro:to_atom(ID)],
delegate=Record#select.delegate }) end,
Props = [
{<<"id">>, Record#select.id},
{<<"id">>, ID},
{<<"class">>, Record#select.class},
{<<"style">>, Record#select.style},
{<<"name">>, Record#select.name},
Expand Down

0 comments on commit b12756c

Please sign in to comment.