mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
routes: added range rising
This commit is contained in:
parent
febe619e8c
commit
ddb77e1245
5 changed files with 80 additions and 25 deletions
|
@ -88,9 +88,10 @@ class Component extends React.Component<Props> {
|
|||
marks={marks}
|
||||
step={20}
|
||||
onChange={this.props.searchSetDistance}
|
||||
defaultValue={distance}
|
||||
defaultValue={[0, 10000]}
|
||||
value={distance}
|
||||
pushable={20}
|
||||
disabled={list.length === 0 || min >= max}
|
||||
disabled={min >= max}
|
||||
/>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue